diff --git a/CHANGELOG.md b/CHANGELOG.md index ffdc6fa58b..4a49487847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ We use *breaking* word for marking changes that are not backward compatible (rel ## Unreleased +## [v0.3.1](https://github.com/improbable-eng/thanos/releases/tag/v0.3.0) - 2019.02.18 + +### Fixed +- [#829](https://github.com/improbable-eng/thanos/issues/829) Store Gateway crashing due to `slice bounds out of range`. +- [#834](https://github.com/improbable-eng/thanos/issues/834) fixed matcher regression for `<>` `!=`. + + ## [v0.3.0](https://github.com/improbable-eng/thanos/releases/tag/v0.3.0) - 2019.02.08 ### Added diff --git a/VERSION b/VERSION index aca6b71554..9e11b32fca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0-master +0.3.1