Skip to content

Commit

Permalink
Bump version to 1.15.0
Browse files Browse the repository at this point in the history
The previous version was 1.14.2-beta, but the PR that went into it since
1.14.1 was not a mere bugfix.
  • Loading branch information
mokagio committed Sep 4, 2023
1 parent ecc2e79 commit 64f9f96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ _None._

_None._

## 1.15.0

### New Features

- New `GravatarDefaultImage` and `GravatarRatings` enums available and helper method to get Gravatar URL [#133]
- Gravatar updated to use SHA256 over MD5 [#133]

## 1.14.1

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion WordPressUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'WordPressUI'
s.version = '1.14.2-beta.1'
s.version = '1.15.0'

s.summary = 'Home of reusable WordPress UI components.'
s.description = <<-DESC
Expand Down

0 comments on commit 64f9f96

Please sign in to comment.