diff --git a/CHANGELOG.md b/CHANGELOG.md index b96ff19f6e..2875e14285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ # 0.14.1 -- **All**: Ensure cgo is disabled in release binaries ([#2005](https://github.com/m3db/m3/pull/2005)) +## Features + +- **M3Query**: Add endpoint that parses query to an AST ([#2002](https://github.com/m3db/m3/pull/2002)) + +## Bug Fixes + +- **M3Query**: Fix label replace lazy block function execution ([#1985](https://github.com/m3db/m3/pull/1985)) + +## Misc + +- **Build**: Ensure CGO is disabled in release binaries ([#2005](https://github.com/m3db/m3/pull/2005)) # 0.14.0