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

Commit fdf7395

Browse files
committed
Bump version to 9.0.0
1 parent 8822874 commit fdf7395

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _None._
3434

3535
### Breaking Changes
3636

37-
- Declare URL properties in `WordPressAuthenticatorConfiguration` as `URL`, instead of `String`. [#827]
37+
_None._
3838

3939
### New Features
4040

@@ -46,6 +46,16 @@ _None._
4646

4747
### Internal Changes
4848

49+
_None._
50+
51+
## 9.0.0
52+
53+
### Breaking Changes
54+
55+
- Declare URL properties in `WordPressAuthenticatorConfiguration` as `URL`, instead of `String`. [#827]
56+
57+
### Internal Changes
58+
4959
- Change WordPressKit dependency version [#824, #826, #827]
5060

5161
## 8.0.1

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 = '8.0.1'
5+
s.version = '9.0.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)