Skip to content

Commit

Permalink
Bump for 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jan 24, 2021
1 parent f303dd9 commit 52efea7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

2.11.1
------

* Use symbols instead of strings for before_action fitlers [DHH]
* Slim down comments in generated scaffold code [DHH]

2.11.0
------

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

0 comments on commit 52efea7

Please sign in to comment.