From ae2d6a5f99a86d394f97cf04dea399b0d3a78a0a Mon Sep 17 00:00:00 2001 From: puetzp Date: Mon, 17 Apr 2023 21:33:30 +0200 Subject: [PATCH] Bump to v0.6.6 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7dfd3..8e2ba79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.6.6] - unreleased +## [0.6.6] - 2023-04-17 ### Added - `InstantQueryBuilder::header` and `RangeQueryBuilder::header` (see also [PR #6](https://github.com/puetzp/prometheus-http-query/pull/6#issue-1667934427), thank you @lasantosr) diff --git a/Cargo.toml b/Cargo.toml index 202ac30..60a0baa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prometheus-http-query" -version = "0.6.5" +version = "0.6.6" authors = ["Peter Sebastian Puetz "] edition = "2021" repository = "https://github.com/puetzp/prometheus-http-query"