From a4fe0467a8fe8099051da8c6fabb663d190a50d4 Mon Sep 17 00:00:00 2001 From: Harikrishna Date: Sun, 23 May 2021 13:30:49 +0530 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f5edc5..2e498e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [v0.1.1](https://github.com/odpf/stencil/compare/v0.1.0...v0.1.1) (2021-05-23) + + +### Features + +* **server:** add newrelic support ([553fd38](https://github.com/odpf/stencil/commit/553fd38da38477a3e4e460958c12e0e0dff1ff97)) + + +### Bug Fixes + +* **server:** comparison of proto file options ([7f6ea6d](https://github.com/odpf/stencil/commit/7f6ea6dde78f4bcfb4f1a8cdd536d261e83b8b25)) +* **server:** handle panics from rule checks ([1aa37ad](https://github.com/odpf/stencil/commit/1aa37ade94f428c5ef1147155ae4cf8d0b2682e3)) + + +### Reverts + +* Revert "chore: upload descriptors to new stencil service" ([ec1d4b4](https://github.com/odpf/stencil/commit/ec1d4b42c04775b0cd9668e146027c997c64cdb3)) + ## (2021-05-11)