Skip to content

Commit c701ad9

Browse files
author
Rafael Mendonça França
committed
Release 1.1.0
1 parent 3e183e0 commit c701ad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## unreleased
1+
## 1.1.0
22

33
* Allow to use non-proc object in `cache_path` option. You can pass an object that
44
responds to a `call` method.

actionpack-action_caching.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |gem|
44
gem.name = 'actionpack-action_caching'
5-
gem.version = '1.0.0'
5+
gem.version = '1.1.0'
66
gem.author = 'David Heinemeier Hansson'
77
gem.email = '[email protected]'
88
gem.description = 'Action caching for Action Pack (removed from core in Rails 4.0)'

0 commit comments

Comments
 (0)