Skip to content

Commit

Permalink
Bumped version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davbeck committed Aug 6, 2015
1 parent 276bda5 commit 71afc9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# TUMessagePackSerialization CHANGELOG

## 0.2.2

- Fixed `mediaTypes` filter (1556ff01d85e8e756f9a6c40cc531fe5cad461a1, 92a6aa1fe9204cb295764035e723b0ddb91f6d42).
- Fixed asset image loading (c97fc4de3cd3ea76fcbfbbce3337f34307826ce2).
- Added ability to customize the asset detail view controller (37f4aa31d4c6f87c756bad4548b81a11065d1ec2).
- Fixed custom asset view controller class handling (1127d80bf7a198492a6f0305c7e34217c4cd59ef).
- Added notifications for displaying assets (473bf99c2752890cf2c8b9eb08e884e344887ed8).
- Added state restoration (737e8bbff3103b19338d332e69e2ab4ac60a748d).
- Fixed fullscreen image view swiping (276bda5b51b17751865ca945235713cb2dd15471).
2 changes: 1 addition & 1 deletion TNKImagePickerController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TNKImagePickerController"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "A replacement for UIImagePickerController that can select multiple photos."
s.homepage = "https://github.com/davbeck/TNKImagePickerController"
s.screenshots = "http://f.cl.ly/items/3c1h0N2X0N0y0a1U240P/IMG_0011.PNG", "http://f.cl.ly/items/0U473h2X2u211g3A1n0j/IMG_0012.PNG", "http://f.cl.ly/items/2n0A372v151R1P3p0g0o/IMG_0013.PNG"
Expand Down

0 comments on commit 71afc9a

Please sign in to comment.