Skip to content

Commit

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

1.2.2 (2015-10-12)
==================
* [Bug] iOS 7 crasher upon removing any single value from the cache (@e28eta)

1.2.1 (2015-10-09)
==================
* [Bug] Unable to clear value using nil value with keyed subscripting
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.2.1"
s.version = "1.2.2"
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 b3810f7

Please sign in to comment.