Skip to content

Commit 33bc2c6

Browse files
authored
Merge pull request #575 from wordpress-mobile/release/11.1.0
Release `11.1.0` into `trunk`
2 parents fd32c6c + 3857346 commit 33bc2c6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _None_
1010

1111
### New Features
1212

13-
- Added the action `create_release_backmerge_pull_request` to facilitate the creation of Pull Requests merging a release branch back to the main branch or currently ongoing releases [#570]
13+
_None_
1414

1515
### Bug Fixes
1616

@@ -20,6 +20,12 @@ _None_
2020

2121
_None_
2222

23+
## 11.1.0
24+
25+
### New Features
26+
27+
- Added the action `create_release_backmerge_pull_request` to facilitate the creation of Pull Requests merging a release branch back to the main branch or currently ongoing releases [#570]
28+
2329
## 11.0.3
2430

2531
### Bug Fixes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (11.0.3)
4+
fastlane-plugin-wpmreleasetoolkit (11.1.0)
55
activesupport (>= 6.1.7.1)
66
buildkit (~> 1.5)
77
chroma (= 0.2.0)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fastlane
44
module Wpmreleasetoolkit
5-
VERSION = '11.0.3'
5+
VERSION = '11.1.0'
66
end
77
end

0 commit comments

Comments
 (0)