Skip to content

Commit

Permalink
Version 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Oct 25, 2014
1 parent a6b0c86 commit 086a011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

2.2.4
-----
* [Typecast locals hash key during collection render](https://github.com/rails/jbuilder/commit/a6b0c8651a08e01cb53eee38e211c65423f275f7)

2.2.3
-----
* [Move template handler registration into railtie](https://github.com/rails/jbuilder/commit/c8acc5cea6da2a79b7b345adc301cb5ff2517647)
Expand Down
2 changes: 1 addition & 1 deletion jbuilder.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'jbuilder'
s.version = '2.2.3'
s.version = '2.2.4'
s.authors = ['David Heinemeier Hansson', 'Pavel Pravosud']
s.email = ['david@37signals.com', 'pavel@pravosud.com']
s.summary = 'Create JSON structures via a Builder-style DSL'
Expand Down

0 comments on commit 086a011

Please sign in to comment.