Skip to content

Commit 92e893b

Browse files
authored
Release 12.4.0 into trunk (#624)
2 parents 36c878d + fc2ca1f commit 92e893b

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,27 @@ _None_
1010

1111
### New Features
1212

13-
- Introduce new `openai_ask` action to get responses to a prompt/question from OpenAI API. [#621]
14-
- Allow `extract_release_notes_for_version` to return the extracted release notes without saving to a file. [#623]
13+
_None_
1514

1615
### Bug Fixes
1716

18-
- Remove period from "Update draft release notes..." commit message [#622]
17+
_None_
1918

2019
### Internal Changes
2120

2221
_None_
2322

23+
## 12.4.0
24+
25+
### New Features
26+
27+
- Introduce new `openai_ask` action to get responses to a prompt/question from OpenAI API. [#621]
28+
- Allow `extract_release_notes_for_version` to return the extracted release notes without saving to a file. [#623]
29+
30+
### Bug Fixes
31+
32+
- Remove period from "Update draft release notes..." commit message [#622]
33+
2434
## 12.3.4
2535

2636
### Bug Fixes

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 (12.3.4)
4+
fastlane-plugin-wpmreleasetoolkit (12.4.0)
55
activesupport (>= 6.1.7.1)
66
buildkit (~> 1.5)
77
chroma (= 0.2.0)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fastlane
44
module Wpmreleasetoolkit
5-
VERSION = '12.3.4'
5+
VERSION = '12.4.0'
66
end
77
end

0 commit comments

Comments
 (0)