Skip to content

Commit

Permalink
Merge pull request #567 from wordpress-mobile/release/11.0.2
Browse files Browse the repository at this point in the history
Release 11.0.2 into trunk
  • Loading branch information
wzieba authored Jun 4, 2024
2 parents 2fe81d7 + 3ef3525 commit 476f94f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _None_

### New Features

- `buildkite_trigger_build` now returns the web URL of the Buildkite build it scheduled [#564]
_None_

### Bug Fixes

Expand All @@ -20,6 +20,18 @@ _None_

_None_

## 11.0.2

### New Features

- `buildkite_trigger_build` now returns the web URL of the Buildkite build it scheduled [#564]

### Internal Changes

- Bump `yard` from `0.9.34` to `0.9.36` [#554]
- Bump `nokogiri` from `1.16.2` to `1.16.5` [#566]
- Bump `rexml` from `3.2.6` to `3.2.8` [#566]

## 11.0.1

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fastlane-plugin-wpmreleasetoolkit (11.0.1)
fastlane-plugin-wpmreleasetoolkit (11.0.2)
activesupport (>= 6.1.7.1)
buildkit (~> 1.5)
chroma (= 0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/wpmreleasetoolkit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Fastlane
module Wpmreleasetoolkit
VERSION = '11.0.1'
VERSION = '11.0.2'
end
end

0 comments on commit 476f94f

Please sign in to comment.