Skip to content

Commit 73d55ba

Browse files
committed
bump solidus json api to 0.3.1
1 parent ffca2b8 commit 73d55ba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
* Bump Active Model Serializer from rc2 to rc4.
6+
7+
[Ben A. Morgan](https://github.com/BenMorganIO)
8+
39
## 0.3.0
410

511
* Support `status` and `code` for Error Objects

solidus_json_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gem::Specification.new do |s|
33
s.platform = Gem::Platform::RUBY
44
s.name = 'solidus_json_api'
5-
s.version = '0.3.0'
5+
s.version = '0.3.1'
66
s.summary = 'A JSON API for Solidus.'
77
s.description = 'Adds an assortment of new api endpoints that are JSON API compatible.'
88
s.required_ruby_version = '>= 2.0.0'

0 commit comments

Comments
 (0)