Skip to content

Commit

Permalink
Bump version to 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crazytonyli committed Nov 27, 2022
1 parent 280127f commit 535b983
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,28 @@ _None._

### New Features

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

### Bug Fixes

_None._

### Internal Changes

_None._

## [2.0.0-beta.1](https://github.com/wordpress-mobile/WordPress-iOS-Shared/releases/tag/2.0.0-beta.1)

### Breaking Changes

- Remove CocoaLumberjack. The app needs to provide a `WordPressLoggingDelegate` implementation [#325]

### New Features

- Add Swift Package Manager support [#321]

### Internal Changes

- Add this changelog entry about changelog itself [#317]
- Remove FormatterKit [#320]
- Move away from Specta, use Quick instead [#319]
2 changes: 1 addition & 1 deletion WordPressShared.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Pod::Spec.new do |s|
s.name = 'WordPressShared'
s.version = '1.18.0'
s.version = '2.0.0-beta.1'

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

0 comments on commit 535b983

Please sign in to comment.