From a089a97d7fe81c6ea0434d45370397edf04a26a7 Mon Sep 17 00:00:00 2001 From: Oguz Kocer Date: Fri, 9 Dec 2022 13:32:19 -0500 Subject: [PATCH] Add 2.0.0 release notes to CHANGELOG by combining beta releases --- CHANGELOG.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6c188..9950226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,15 +46,9 @@ _None._ ### Internal Changes -- Fix an occasional crash caused by `performSelector:withObject:` [#328] - -## [2.0.0-beta.2](https://github.com/wordpress-mobile/WordPress-iOS-Shared/releases/tag/2.0.0-beta.2) - -### Bug Fixes - -- Fix an issue where 'pod install' produces a 'duplicate UUID' warning. [#327] +_None._ -## [2.0.0-beta.1](https://github.com/wordpress-mobile/WordPress-iOS-Shared/releases/tag/2.0.0-beta.1) +## [2.0.0](https://github.com/wordpress-mobile/WordPress-iOS-Shared/releases/tag/2.0.0) ### Breaking Changes @@ -64,8 +58,13 @@ _None._ - Add Swift Package Manager support [#321] +### Bug Fixes + +- Fix an issue where 'pod install' produces a 'duplicate UUID' warning. [#327] + ### Internal Changes - Add this changelog entry about changelog itself [#317] - Remove FormatterKit [#320] - Move away from Specta, use Quick instead [#319] +- Fix an occasional crash caused by `performSelector:withObject:` [#328]