Skip to content

Commit

Permalink
Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkaplan committed Oct 5, 2015
1 parent 6a3c55e commit f3623f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
CHANGELOG
==================

1.2.0 (Pre-release)
1.2.0 (2015-10-05)
==================
* [Feature] Delegate callbacks for auto-save pre/post/fail
* [Refactor] Reduce log messages and fix log message format
* [Travis] Log expiration of code signing certificate on build

1.1.0 (2015-09-21)
==================
Expand Down
2 changes: 1 addition & 1 deletion YMCache.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "YMCache"
s.version = "1.1.1"
s.version = "1.2.0"
s.summary = "Fast & simple small object cache. GCD-based and thread-safe."
s.homepage = "https://github.com/yahoo/YMCache"
s.license = 'MIT'
Expand Down

0 comments on commit f3623f6

Please sign in to comment.