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

Commit 5b7322b

Browse files
committed
Bump version to 4.1.0
1 parent c5d6a3b commit 5b7322b

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,33 @@ _None._
3030
3131
-->
3232

33-
## 4.1.0-beta.1 [Unreleased]
33+
## 4.2.0 [Unreleased]
3434

3535
### Breaking Changes
3636

3737
_None._
3838

3939
### New Features
4040

41-
- New `NUXStackedButtonsViewController` with two stack views and a configurable OR divider. by @selanthiraiyan [#695]
42-
- Add OR divider colors to `WordPressAuthenticatorStyle` with default values. @selanthiraiyan [#695]
41+
_None._
4342

4443
### Bug Fixes
4544

4645
_None._
4746

4847
### Internal Changes
4948

49+
_None._
50+
51+
## [4.1.0](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/releases/tag/4.1.0)
52+
53+
### New Features
54+
55+
- New `NUXStackedButtonsViewController` with two stack views and a configurable OR divider. by @selanthiraiyan [#695]
56+
- Add OR divider colors to `WordPressAuthenticatorStyle` with default values. @selanthiraiyan [#695]
57+
58+
### Internal Changes
59+
5060
- There have been [new changes to how `UIPasteboard` works](https://sarunw.com/posts/uipasteboard-privacy-change-ios16/) in iOS 16.0. This makes the unit tests from `PasteboardTests` fail. I have [skipped those tests for iOS 16.0](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/pull/695/files#diff-ba468f6db6f592cdacdb632f7783a721c5eb856e8ab66765e8e59aabc2c1a7b4R13-R16) and created a GH issue [here](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/issues/696) to keep track of this. by @selanthiraiyan [#695]
5161

5262
## [4.0.0](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/releases/tag/4.0.0)

WordPressAuthenticator.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 = 'WordPressAuthenticator'
5-
s.version = '4.1.0-beta.1'
5+
s.version = '4.1.0'
66

77
s.summary = 'WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.'
88
s.description = <<-DESC

0 commit comments

Comments
 (0)