Bump to 0.9.4

This commit is contained in:
Benjamin Fleischer 2016-01-05 13:26:16 -06:00
parent ade4a77b8e
commit 827fca098d
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
## 0.09.x
### [0-9-stable](https://github.com/rails-api/active_model_serializers/compare/v0.9.3...0-9-stable)
### [0-9-stable](https://github.com/rails-api/active_model_serializers/compare/v0.9.4...0-9-stable)
### [v0.9.4 (2015-01-05)](https://github.com/rails-api/active_model_serializers/compare/v0.9.3...v0.9.4)
- [#752](https://github.com/rails-api/active_model_serializers/pull/752) Tiny improvement of README 0-9-stable (@basiam)
- [#749](https://github.com/rails-api/active_model_serializers/pull/749) remove trailing whitespace (@shwoodard)

View File

@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = '0.9.3'
VERSION = '0.9.4'
end
end