Skip to content

Commit e30ef4e

Browse files
chore(v2): release 2.34.0 (#319)
🤖 I have created a release *beep* *boop* --- ## [2.34.0](v2.33.0...v2.34.0) (2026-02-23) ### Features * Expand `http-proxy` capability to test server-side ([#318](#318)) ([2b75c1d](2b75c1d)) --- 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 2b75c1d commit e30ef4e

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.33.0"
2+
".": "2.34.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.34.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.33.0...v2.34.0) (2026-02-23)
6+
7+
8+
### Features
9+
10+
* Expand `http-proxy` capability to test server-side ([#318](https://github.com/launchdarkly/sdk-test-harness/issues/318)) ([2b75c1d](https://github.com/launchdarkly/sdk-test-harness/commit/2b75c1dca0620e05b28ec4586faf1036e2a32d72))
11+
512
## [2.33.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.32.1...v2.33.0) (2025-10-31)
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.33.0" // {{ x-release-please-version }}
21+
const versionString string = "2.34.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)