This repository was archived by the owner on Jun 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 44
55Pod ::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
You can’t perform that action at this time.
0 commit comments