Skip to content

Commit

Permalink
Releasing version 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Dec 20, 2019
1 parent a4b9017 commit 70f67d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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 LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [5.9.0] - 2019-12-20
### Added:
- Added ability to specify DynamoDB endpoint URL for a local instance (`url` property in `dynamodb` config section, or `DYNAMODB_URL` environment variable). ([#82](https://github.com/launchdarkly/ld-relay/issues/82))

### Fixed:
- Fixed a regression that broke the Prometheus exporter in the 5.8.2 release.

## [5.8.2] - 2019-11-07
### Changed:
- Updated to a newer version of the OpenCensus Prometheus exporter. (Thanks, [mightyguava](https://github.com/launchdarkly/ld-relay/pull/70!))
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version is the package version
const Version = "5.8.2"
const Version = "5.9.0"

0 comments on commit 70f67d1

Please sign in to comment.