Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed May 30, 2016
1 parent 9de2caa commit b56455b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

2.5.0
-----

* [Rails 5 compatibility](https://github.com/rails/jbuilder/commit/64c510ec69d9e63b73ffd5942e802d21a7d14701)

2.4.1
-----

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.4.1'
s.version = '2.5.0'
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 b56455b

Please sign in to comment.