Skip to content

Commit

Permalink
Bump to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Jun 16, 2016
1 parent 0fed486 commit 32a3b53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## 0.10.x

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

Breaking changes:

Features:

Fixes:

Misc:

### [v0.10.1 (2016-06-16)](https://github.com/rails-api/active_model_serializers/compare/v0.10.0...v0.10.1)

Features:
- [#1668](https://github.com/rails-api/active_model_serializers/pull/1668) Exclude nil and empty links. (@sigmike)
- [#1426](https://github.com/rails-api/active_model_serializers/pull/1426) Add ActiveModelSerializers.config.default_includes (@empact)
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.0'.freeze
VERSION = '0.10.1'.freeze
end
end

0 comments on commit 32a3b53

Please sign in to comment.