diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47fb725..af6dd8b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ef71b..19a735f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Lua Server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.0.3](https://github.com/launchdarkly/lua-server-sdk/compare/v2.0.2...v2.0.3) (2024-02-06) + + +### Bug Fixes + +* add hello-haproxy ([#69](https://github.com/launchdarkly/lua-server-sdk/issues/69)) ([72481e3](https://github.com/launchdarkly/lua-server-sdk/commit/72481e34d7bf0f52d4372f8d13d5e6fa8a034a30)) + ## [2.0.2](https://github.com/launchdarkly/lua-server-sdk/compare/v2.0.1...v2.0.2) (2024-01-09)