Skip to content

Commit 1179052

Browse files
chore(v2): release 2.19.0 (#228)
🤖 I have created a release *beep* *boop* --- ## [2.19.0](v2.18.1...v2.19.0) (2024-08-30) ### Features * Add filtering-strict capability ([#227](#227)) ([ef81430](ef81430)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ef81430 commit 1179052

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.18.1"
2+
".": "2.19.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [2.19.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.18.1...v2.19.0) (2024-08-30)
6+
7+
8+
### Features
9+
10+
* Add filtering-strict capability ([#227](https://github.com/launchdarkly/sdk-test-harness/issues/227)) ([ef81430](https://github.com/launchdarkly/sdk-test-harness/commit/ef81430b9ab13dc084d4770d6b82f24b8d12f63c))
11+
512
## [2.18.1](https://github.com/launchdarkly/sdk-test-harness/compare/v2.18.0...v2.18.1) (2024-08-02)
613

714

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
const defaultPort = 8111
20-
const versionString string = "2.18.1" // {{ x-release-please-version }}
20+
const versionString string = "2.19.0" // {{ x-release-please-version }}
2121

2222
func main() {
2323
fmt.Printf("sdk-test-harness v%s\n", strings.TrimSpace(versionString))

0 commit comments

Comments
 (0)