Skip to content

Commit 1a1cdd9

Browse files
committed
Preparing for release 2.2.2
1 parent 3d88419 commit 1a1cdd9

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22

33
All notable changes to the ld-find-code-refs program will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5-
## [2.2.1] - 2021-04-27
5+
## [2.2.2] - 2021-04-27
66

77
### Added
88

9-
- `repoName` is now a supported configuration option for
10-
[github action](https://docs.launchdarkly.com/home/code/github-actions#additional-configuration-options)
11-
and [bitbucket pipes](https://docs.launchdarkly.com/home/code/bitbucket#pipeline-configuration) 🎉.
12-
This is especially useful for a monorepo where multiple yaml configurations exist, each mapping to its own
13-
LD project key.
9+
- `repoName` is now a supported configuration option for [github action](https://docs.launchdarkly.com/home/code/github-actions#additional-configuration-options) and [bitbucket pipes](https://docs.launchdarkly.com/home/code/bitbucket#pipeline-configuration) 🎉. This is especially useful for a monorepo where multiple yaml configurations exist, each mapping to its own LD project key.
1410

1511
## [2.1.0]
1612

build/package/circleci/orb.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ examples:
99
usage:
1010
version: 2.1
1111
orbs:
12-
launchdarkly: launchdarkly/[email protected].1
12+
launchdarkly: launchdarkly/[email protected].2
1313
workflows:
1414
main:
1515
jobs:
@@ -23,7 +23,7 @@ examples:
2323
usage:
2424
version: 2.1
2525
orbs:
26-
launchdarkly: launchdarkly/[email protected].1
26+
launchdarkly: launchdarkly/[email protected].2
2727
workflows:
2828
main:
2929
jobs:
@@ -38,7 +38,7 @@ examples:
3838
usage:
3939
version: 2.1
4040
orbs:
41-
launchdarkly: launchdarkly/[email protected].1
41+
launchdarkly: launchdarkly/[email protected].2
4242
workflows:
4343
main:
4444
jobs:
@@ -104,7 +104,7 @@ whether a feature flag was removed from code. May be set to 0 to disabled this f
104104
type: integer
105105
default: 10
106106
docker:
107-
- image: launchdarkly/ld-find-code-refs:2.2.1
107+
- image: launchdarkly/ld-find-code-refs:2.2.2
108108
entrypoint: sh
109109
steps:
110110
- checkout:

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "2.2.1"
3+
const Version = "2.2.2"

0 commit comments

Comments
 (0)