Skip to content

Commit 9f2d192

Browse files
authored
Merge pull request #477 from wordpress-mobile/release/8.0.0
Release 8.0.0 into trunk
2 parents e74576a + 4cbc3c7 commit 9f2d192

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Breaking Changes
88

9-
- Remove git push commands after creating a new commit or branch. [#472] See `MIGRATION.md` for instructions.
9+
_None_
1010

1111
### New Features
1212

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

2121
_None_
2222

23+
## 8.0.0
24+
25+
### Breaking Changes
26+
27+
- Remove git push commands after creating a new commit or branch. [#472] See `MIGRATION.md` for instructions.
28+
2329
## 7.1.1
2430

2531
### Internal Changes

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 (7.1.1)
4+
fastlane-plugin-wpmreleasetoolkit (8.0.0)
55
activesupport (>= 6.1.7.1)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module Wpmreleasetoolkit
3-
VERSION = '7.1.1'
3+
VERSION = '8.0.0'
44
end
55
end

0 commit comments

Comments
 (0)