Skip to content

Commit

Permalink
bump solidus json api to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorganIO committed Feb 4, 2016
1 parent ffca2b8 commit 73d55ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.1

* Bump Active Model Serializer from rc2 to rc4.

[Ben A. Morgan](https://github.com/BenMorganIO)

## 0.3.0

* Support `status` and `code` for Error Objects
Expand Down
2 changes: 1 addition & 1 deletion solidus_json_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 73d55ba

Please sign in to comment.