From a3f6069b2c292770fd03a41d1263199112a3a928 Mon Sep 17 00:00:00 2001 From: Maaz Ahmed <maaz.a@subcom.tech> Date: Tue, 9 Jan 2024 15:37:20 +0530 Subject: [PATCH] chore(release): generate changelog for v0.8.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb0188..6c5595a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,38 @@ All notable changes to this project will be documented in this file. +## [0.8.0] - 2024-01-09 + +### Bug Fixes + +- Make Offset fields pub + +### Features + +- Subquery support +- Timestamp and label_set fns +- Keep_metric_names modifier +- MetricsQL alias fn + +### Miscellaneous Tasks + +- Bump version to 0.8.0 +- Generate changelog for v0.8.0 + +### Testing + +- Integration tests for label_set and timestamp + +## [0.7.1] - 2024-01-05 + +### Miscellaneous Tasks + +- Bump ver to 0.7.1 + +### QoL Enhancements + +- Impl Copy on QryFunc and Clone on AggrFunc + ## [0.7.0] - 2024-01-02 ### Bug Fixes -- GitLab