From b963c6cf27ac73bfb84816f93bff40f84c014b14 Mon Sep 17 00:00:00 2001 From: d-k-bo <47948262+d-k-bo@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:42:25 +0200 Subject: [PATCH] chore: Release gotify version 0.4.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ad36b..4e95b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2023-09-17 + ### Added - Add last_used field for applications and clients (introduced in Gotify 2.4.0) @@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/d-k-bo/gotify-rs/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/d-k-bo/gotify-rs/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/d-k-bo/gotify-rs/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/d-k-bo/gotify-rs/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/d-k-bo/gotify-rs/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/d-k-bo/gotify-rs/releases/tag/v0.0.1 diff --git a/Cargo.toml b/Cargo.toml index ddb8324..86514c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gotify" -version = "0.3.0" +version = "0.4.0" edition = "2021" description = "Idiomatic client for the Gotify API" repository = "https://github.com/d-k-bo/gotify-rs"