Skip to content

Commit

Permalink
chore(v2): release 2.20.0 (#231)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.20.0](v2.19.0...v2.20.0)
(2024-09-05)


### Features

* Add tests which evaluate complex JSON variations.
([#230](#230))
([ec7e2b7](ec7e2b7))

---
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>
  • Loading branch information
github-actions[bot] authored Sep 5, 2024
1 parent ec7e2b7 commit 3a227b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.19.0"
".": "2.20.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [2.20.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.19.0...v2.20.0) (2024-09-05)


### Features

* Add tests which evaluate complex JSON variations. ([#230](https://github.com/launchdarkly/sdk-test-harness/issues/230)) ([ec7e2b7](https://github.com/launchdarkly/sdk-test-harness/commit/ec7e2b7fdc5afc4074110b47b62846a9f9ef13b8))

## [2.19.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.18.1...v2.19.0) (2024-08-30)


Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

const defaultPort = 8111
const versionString string = "2.19.0" // {{ x-release-please-version }}
const versionString string = "2.20.0" // {{ x-release-please-version }}

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

0 comments on commit 3a227b8

Please sign in to comment.