From 575a17794af09b2bd0ba1358e239f442b579b58b Mon Sep 17 00:00:00 2001 From: Mahendra Paipuri Date: Sun, 11 Aug 2024 17:19:21 +0200 Subject: [PATCH] chore: Update changelog and bump version Signed-off-by: Mahendra Paipuri --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f5fe46..60454d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.2.0 / 2024-08-11 + +- [FEATURE] Pass context to downstream functions [#133](https://github.com/mahendrapaipuri/ceems/pull/133) ([@mahendrapaipuri](https://github.com/mahendrapaipuri)) +- [MAINT] Enable more linters [#132](https://github.com/mahendrapaipuri/ceems/pull/132) ([@mahendrapaipuri](https://github.com/mahendrapaipuri)) +- [MAINT] General maintenance [#129](https://github.com/mahendrapaipuri/ceems/pull/129) ([@mahendrapaipuri](https://github.com/mahendrapaipuri)) +- [FEATURE] Use native JSON functions in aggregate query [#128](https://github.com/mahendrapaipuri/ceems/pull/128) ([@mahendrapaipuri](https://github.com/mahendrapaipuri)) +- [FEATURE] Stats API endpoint [#127](https://github.com/mahendrapaipuri/ceems/pull/127) ([@mahendrapaipuri](https://github.com/mahendrapaipuri)) +- [FEATURE] Cache current usage query result [#122](https://github.com/mahendrapaipuri/ceems/pull/122) ([@mahendrapaipuri](https://github.com/mahendrapaipuri)) + ## 0.1.1 / 2024-07-24 - [MAINT] DB query performance improvements [#113](https://github.com/mahendrapaipuri/ceems/pull/113) ([@mahendrapaipuri](https://github.com/mahendrapaipuri)) diff --git a/VERSION b/VERSION index 17e51c38..0ea3a944 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0