Skip to content

Commit 57e9ad1

Browse files
authored
Release 5.1.0 into trunk (#388)
2 parents 2473470 + 5668e60 commit 57e9ad1

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,26 @@ _None_
1010

1111
### New Features
1212

13-
* Allow using the `BUILDKITE_API_TOKEN` environment variable for the `buildkite_trigger_build` action. [#386]
13+
_None_
1414

1515
### Bug Fixes
1616

17-
- Fix metadata length computation logic [[#383](https://github.com/wordpress-mobile/release-toolkit/pull/383)]
17+
_None_
1818

1919
### Internal Changes
2020

2121
_None_
2222

23+
## 5.1.0
24+
25+
### New Features
26+
27+
* Allow using the `BUILDKITE_API_TOKEN` environment variable for the `buildkite_trigger_build` action. [#386]
28+
29+
### Bug Fixes
30+
31+
- Fix metadata length computation logic [[#383](https://github.com/wordpress-mobile/release-toolkit/pull/383)]
32+
2333
## 5.0.0
2434

2535
### Breaking Changes

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (5.0.0)
4+
fastlane-plugin-wpmreleasetoolkit (5.1.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
@@ -438,4 +438,4 @@ DEPENDENCIES
438438
yard
439439

440440
BUNDLED WITH
441-
2.3.9
441+
2.3.18
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 = '5.0.0'
3+
VERSION = '5.1.0'
44
end
55
end

0 commit comments

Comments
 (0)