Skip to content

Commit 52efea7

Browse files
author
David Heinemeier Hansson
committed
Bump for 2.11.1
1 parent f303dd9 commit 52efea7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
2.11.1
4+
------
5+
6+
* Use symbols instead of strings for before_action fitlers [DHH]
7+
* Slim down comments in generated scaffold code [DHH]
8+
39
2.11.0
410
------
511

jbuilder.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'jbuilder'
3-
s.version = '2.11.0'
3+
s.version = '2.11.1'
44
s.authors = 'David Heinemeier Hansson'
55
s.email = '[email protected]'
66
s.summary = 'Create JSON structures via a Builder-style DSL'

0 commit comments

Comments
 (0)