Skip to content

Commit 18a14ac

Browse files
chore(v2): release 2.32.0 (#301)
🤖 I have created a release *beep* *boop* --- ## [2.32.0](v2.31.0...v2.32.0) (2025-04-25) ### Features * Add `track-hooks` capability ([#299](#299)) ([dfd6ed6](dfd6ed6)) --- 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 dfd6ed6 commit 18a14ac

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.31.0"
2+
".": "2.32.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.32.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.31.0...v2.32.0) (2025-04-25)
6+
7+
8+
### Features
9+
10+
* Add `track-hooks` capability ([#299](https://github.com/launchdarkly/sdk-test-harness/issues/299)) ([dfd6ed6](https://github.com/launchdarkly/sdk-test-harness/commit/dfd6ed6f7bf197692660025262ef18d3fbdfccf0))
11+
512
## [2.31.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.30.2...v2.31.0) (2025-04-22)
613

714

main.go

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

2020
const defaultPort = 8111
21-
const versionString string = "2.31.0" // {{ x-release-please-version }}
21+
const versionString string = "2.32.0" // {{ x-release-please-version }}
2222

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

0 commit comments

Comments
 (0)