Skip to content

Commit

Permalink
Bump to v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Mar 7, 2017
1 parent 0b96d35 commit 28b8e3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## 0.10.x

### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.4...master)
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.5...master)

Breaking changes:

Features:

Fixes:

Misc:

### [v0.10.5 (2017-03-07)](https://github.com/rails-api/active_model_serializers/compare/v0.10.4...v0.10.5)

Breaking changes:

Expand Down
2 changes: 1 addition & 1 deletion lib/active_model/serializer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = '0.10.4'.freeze
VERSION = '0.10.5'.freeze
end
end

0 comments on commit 28b8e3d

Please sign in to comment.