diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f7d91..e80ac3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. +## [2.1.1](https://github.com/JP-Ellis/amber-api/compare/amber-api/v2.1.0...amber-api/v2.1.1) - _2026-06-30_ + +### ๐Ÿงช Testing +- Use relative date in examples + +### โš™๏ธ Miscellaneous Tasks +- Update to tombi and prek +- _(ci)_ Reduce test concurrency +- Allow multiple crate versions +- _(ci)_ Replace scripts with release-plz + + ## [amber-api/v2.1.0] _2026-02-14_ ### ๐Ÿš€ Features diff --git a/Cargo.toml b/Cargo.toml index aeff41f..ebbbf32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "amber-api" -version = "2.1.0" +version = "2.1.1" description = "Rust client for Amber Electric's API" readme = "README.md" repository = "https://github.com/JP-Ellis/amber-api"