From fa58b0bd04c43bb54c61a38086d67d793bc5341a Mon Sep 17 00:00:00 2001 From: Sergio Estevao Date: Mon, 10 Jan 2022 15:01:19 +0000 Subject: [PATCH] Update the release to version 1.8.1 --- CHANGELOG.md | 8 ++++++++ WPMediaPicker.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac198ea..c324c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. `WPMediaPicker` adheres to [Semantic Versioning](http://semver.org/). #### Releases +- `1.8.1` Release - [1.8.1](#1.8.1) - `1.8.0` Release - [1.8](#1.8.0) - `1.7.0` Release - [1.7](#1.7.0) - `1.6.0` Release - [1.6](#1.6.0) @@ -29,6 +30,13 @@ All notable changes to this project will be documented in this file. - `0.16` Releases - [0.16](#16) - `0.15` Releases - [0.15](#15) +--- +## [1.8.1](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.8.1) +Released on 2022-01-10. All issues associated with this milestone can be found using this [filter](https://github.com/wordpress-mobile/MediaPicker-iOS/pulls?utf8=✓&q=is%3Apr%20is%3Aclosed%20milestone%3A1.8.1). + +### Changes +- Fix crashing error when trying to access the Media Library for the first time. #375 + --- ## [1.8.0](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.8.0) Released on 2021-10-22. All issues associated with this milestone can be found using this [filter](https://github.com/wordpress-mobile/MediaPicker-iOS/pulls?utf8=✓&q=is%3Apr%20is%3Aclosed%20milestone%3A1.8.0). diff --git a/WPMediaPicker.podspec b/WPMediaPicker.podspec index ab9264d..d2f7f7e 100644 --- a/WPMediaPicker.podspec +++ b/WPMediaPicker.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'WPMediaPicker' - s.version = '1.8.0' + s.version = '1.8.1' s.summary = 'WPMediaPicker is an iOS controller that allows capture and picking of media assets.' s.description = <<-DESC