Skip to content

Commit 4df4c38

Browse files
Merge pull request #479 from wordpress-mobile/release/8.0.1
Release 8.0.1 into trunk
2 parents e2b6115 + 93c73c5 commit 4df4c38

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,30 @@ _None_
1414

1515
### Bug Fixes
1616

17-
- Revert the `gp_downloadmetadata_action` `locales` item type from `type: Hash` to `is_string: false`. [#478]
17+
_None_
1818

1919
### Internal Changes
2020

2121
_None_
2222

23+
## 8.0.1
24+
25+
### Bug Fixes
26+
27+
- Revert the `gp_downloadmetadata_action` `locales` item type from `type: Hash` to `is_string: false`. [#478]
28+
2329
## 8.0.0
2430

2531
### Breaking Changes
2632

2733
- Remove git push commands after creating a new commit or branch. [#472] See `MIGRATION.md` for instructions.
2834

35+
## 7.1.2
36+
37+
### Bug Fixes
38+
39+
- Revert the `gp_downloadmetadata_action` `locales` item type from `type: Hash` to `is_string: false`. [#480]
40+
2941
## 7.1.1
3042

3143
### 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 (8.0.0)
4+
fastlane-plugin-wpmreleasetoolkit (8.0.1)
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 = '8.0.0'
3+
VERSION = '8.0.1'
44
end
55
end

0 commit comments

Comments
 (0)