Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit fa58b0b

Browse files
committed
Update the release to version 1.8.1
1 parent 56a6a44 commit fa58b0b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
33
`WPMediaPicker` adheres to [Semantic Versioning](http://semver.org/).
44

55
#### Releases
6+
- `1.8.1` Release - [1.8.1](#1.8.1)
67
- `1.8.0` Release - [1.8](#1.8.0)
78
- `1.7.0` Release - [1.7](#1.7.0)
89
- `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.
2930
- `0.16` Releases - [0.16](#16)
3031
- `0.15` Releases - [0.15](#15)
3132

33+
---
34+
## [1.8.1](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.8.1)
35+
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).
36+
37+
### Changes
38+
- Fix crashing error when trying to access the Media Library for the first time. #375
39+
3240
---
3341
## [1.8.0](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.8.0)
3442
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).

WPMediaPicker.podspec

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

33
Pod::Spec.new do |s|
44
s.name = 'WPMediaPicker'
5-
s.version = '1.8.0'
5+
s.version = '1.8.1'
66

77
s.summary = 'WPMediaPicker is an iOS controller that allows capture and picking of media assets.'
88
s.description = <<-DESC

0 commit comments

Comments
 (0)