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

Commit 535b983

Browse files
committed
Bump version to 2.0.0-beta.1
1 parent 280127f commit 535b983

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,28 @@ _None._
3838

3939
### New Features
4040

41-
- Add Swift Package Manager support [#321]
42-
- Remove CocoaLumberjack. The app needs to provide a `WordPressLoggingDelegate` implementation [#325]
41+
_None._
4342

4443
### Bug Fixes
4544

4645
_None._
4746

4847
### Internal Changes
4948

49+
_None._
50+
51+
## [2.0.0-beta.1](https://github.com/wordpress-mobile/WordPress-iOS-Shared/releases/tag/2.0.0-beta.1)
52+
53+
### Breaking Changes
54+
55+
- Remove CocoaLumberjack. The app needs to provide a `WordPressLoggingDelegate` implementation [#325]
56+
57+
### New Features
58+
59+
- Add Swift Package Manager support [#321]
60+
61+
### Internal Changes
62+
5063
- Add this changelog entry about changelog itself [#317]
5164
- Remove FormatterKit [#320]
5265
- Move away from Specta, use Quick instead [#319]

WordPressShared.podspec

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

55
Pod::Spec.new do |s|
66
s.name = 'WordPressShared'
7-
s.version = '1.18.0'
7+
s.version = '2.0.0-beta.1'
88

99
s.summary = 'Shared components used in building the WordPress iOS apps and other library components.'
1010
s.description = <<-DESC

0 commit comments

Comments
 (0)