Skip to content

Commit 28b8e3d

Browse files
committed
Bump to v0.10.5
1 parent 0b96d35 commit 28b8e3d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
## 0.10.x
22

3-
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.4...master)
3+
### [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)
414

515
Breaking changes:
616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveModel
22
class Serializer
3-
VERSION = '0.10.4'.freeze
3+
VERSION = '0.10.5'.freeze
44
end
55
end

0 commit comments

Comments
 (0)