Skip to content

Commit

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


##
[2.27.0](v2.26.0...v2.27.0)
(2024-11-19)


### Features

* add http proxy test for client-side events
([#265](#265))
([dfec55f](dfec55f))
* add http proxy test for client-side polling
([#264](#264))
([1ef3bc2](1ef3bc2))

---
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 Nov 19, 2024
1 parent 1ef3bc2 commit cb433a1
Show file tree
Hide file tree
Showing 3 changed files with 10 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.26.0"
".": "2.27.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [2.27.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.26.0...v2.27.0) (2024-11-19)


### Features

* add http proxy test for client-side events ([#265](https://github.com/launchdarkly/sdk-test-harness/issues/265)) ([dfec55f](https://github.com/launchdarkly/sdk-test-harness/commit/dfec55fda44142fd16f5755fcc098e78fad15a1c))
* add http proxy test for client-side polling ([#264](https://github.com/launchdarkly/sdk-test-harness/issues/264)) ([1ef3bc2](https://github.com/launchdarkly/sdk-test-harness/commit/1ef3bc261d1de20cf9a2e13789a4865a12d4c2f3))

## [2.26.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.25.1...v2.26.0) (2024-11-18)


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

const defaultPort = 8111
const versionString string = "2.26.0" // {{ x-release-please-version }}
const versionString string = "2.27.0" // {{ x-release-please-version }}

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

0 comments on commit cb433a1

Please sign in to comment.