Skip to content

Commit 72ca2aa

Browse files
Bumped to version 8.0.1
1 parent e2b6115 commit 72ca2aa

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
@@ -14,12 +14,18 @@ _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

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)