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 0b96d35 commit 28b8e3dCopy full SHA for 28b8e3d
CHANGELOG.md
@@ -1,6 +1,16 @@
1
## 0.10.x
2
3
-### [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)
4
+
5
+Breaking changes:
6
7
+Features:
8
9
+Fixes:
10
11
+Misc:
12
13
+### [v0.10.5 (2017-03-07)](https://github.com/rails-api/active_model_serializers/compare/v0.10.4...v0.10.5)
14
15
Breaking changes:
16
lib/active_model/serializer/version.rb
@@ -1,5 +1,5 @@
module ActiveModel
class Serializer
- VERSION = '0.10.4'.freeze
+ VERSION = '0.10.5'.freeze
end
0 commit comments