Skip to content

Commit

Permalink
Release v2.8.0 (#447)
Browse files Browse the repository at this point in the history
* Add missing changelog entries for 2.7.0

* Release v2.8.0
  • Loading branch information
robin850 authored and dhh committed Nov 5, 2018
1 parent a0dc0bd commit 8ee1586
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

2.8.0
-----

* [Replace deprecated fragment_cache_key for Rails 5.2 support](https://github.com/rails/jbuilder/pull/430)

2.7.0
-----

* [Requires Rails 4+](https://github.com/rails/jbuilder/commit/5207ff394533177fffdd768bfaa6413a0cd16dc8)
* [Fix implicitly rendering a JSON partial with the same name as an
HTML partial](https://github.com/rails/jbuilder/pull/400)

2.6.4
-----

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.7.0'
s.version = '2.8.0'
s.authors = 'David Heinemeier Hansson'
s.email = '[email protected]'
s.summary = 'Create JSON structures via a Builder-style DSL'
Expand Down

3 comments on commit 8ee1586

@sanemat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robin850 @dhh could you push git tag 2.8.0 to GitHub repo?

@dhh
Copy link
Member

@dhh dhh commented on 8ee1586 Apr 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 👍

@sanemat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.