We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffca2b8 commit 73d55baCopy full SHA for 73d55ba
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.3.1
4
+
5
+* Bump Active Model Serializer from rc2 to rc4.
6
7
+ [Ben A. Morgan](https://github.com/BenMorganIO)
8
9
## 0.3.0
10
11
* Support `status` and `code` for Error Objects
solidus_json_api.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'solidus_json_api'
- s.version = '0.3.0'
+ s.version = '0.3.1'
s.summary = 'A JSON API for Solidus.'
s.description = 'Adds an assortment of new api endpoints that are JSON API compatible.'
s.required_ruby_version = '>= 2.0.0'
0 commit comments