Skip to content

Commit 423a493

Browse files
committed
Version 2.2.14
1 parent d4c77ab commit 423a493

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
2.2.14
4+
------
5+
6+
* [Make Jbuilder compatible with Rails API](https://github.com/rails/jbuilder/commit/29c0014a9c954c990075d42c45c66075260e924b)
7+
38
2.2.13
49
------
510

jbuilder.gemspec

Lines changed: 1 addition & 1 deletion
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.2.13'
3+
s.version = '2.2.14'
44
s.authors = ['David Heinemeier Hansson', 'Pavel Pravosud']
55
66
s.summary = 'Create JSON structures via a Builder-style DSL'

0 commit comments

Comments
 (0)