Skip to content

Commit 3d55435

Browse files
Merge pull request #473 from wordpress-mobile/release/7.1.0
Release 7.1.0 into trunk
2 parents 869614f + ffed1df commit 3d55435

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

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

1111
### New Features
1212

13-
- Add `ios_get_build_number` action to get the current build number from an `xcconfig` file. [#458]
14-
13+
_None_
1514

1615
### Bug Fixes
1716

1817
_None_
1918

19+
### Internal Changes
20+
21+
_None_
22+
23+
## 7.1.0
24+
25+
### New Features
26+
27+
- Add `ios_get_build_number` action to get the current build number from an `xcconfig` file. [#458]
28+
29+
2030
### Internal Changes
2131

2232
- Add "Mobile Secrets" to `configure_update` current branch message to clarify which repo it's referring to. [#455]

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 (7.0.0)
4+
fastlane-plugin-wpmreleasetoolkit (7.1.0)
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 = '7.0.0'
3+
VERSION = '7.1.0'
44
end
55
end

0 commit comments

Comments
 (0)