From da44649b4f1e4776fac43e6e6d1043be5aa566d6 Mon Sep 17 00:00:00 2001 From: Maaz Ahmed <maaz.a@subcom.tech> Date: Thu, 14 Dec 2023 12:27:05 +0530 Subject: [PATCH] chore(release): generate changelog for v0.2.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..df1689a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [unreleased] + +### Features + +- Basic metric query selector/builder +- Binary Operators with Vector Matching + +### Miscellaneous Tasks + +- Update README +- Simple code example in README +- Fix typo in README +- Bump prometheus-http-query to 0.8.0 +- Bump version to v0.2.0 +- Include cliff.toml +- Generate changelog for v0.2.0 + +<!-- generated by git-cliff --> -- GitLab