Skip to content

Commit d703c05

Browse files
committed
Bumped to version 14.11.1
1 parent 3ac393d commit d703c05

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-
- `create_github_release` no longer crashes with `FrozenError` when the optional `release_notes_file_path` is omitted. [#759]
17+
_None_
1818

1919
### Internal Changes
2020

2121
_None_
2222

23+
## 14.11.1
24+
25+
### Bug Fixes
26+
27+
- `create_github_release` no longer crashes with `FrozenError` when the optional `release_notes_file_path` is omitted. [#759]
28+
2329
## 14.11.0
2430

2531
### New Features

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 (14.11.0)
4+
fastlane-plugin-wpmreleasetoolkit (14.11.1)
55
buildkit (~> 1.5)
66
chroma (= 0.2.0)
77
diffy (~> 3.3)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Fastlane
44
module Wpmreleasetoolkit
55
NAME = 'fastlane-plugin-wpmreleasetoolkit'
6-
VERSION = '14.11.0'
6+
VERSION = '14.11.1'
77
end
88
end

0 commit comments

Comments
 (0)