From 10d2168f0f5a2dff4949d955bcca5606b16c4e59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:19:43 +0000 Subject: [PATCH] v0.1.4 --- CHANGELOG.md | 8 ++++++-- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d3fac..1ec8bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,13 @@ The format is based on [Keep a Changelog]. ### Removed ### Fixed -- docker image not working due to glibc version mismatch ### Security +## [0.1.4] - 2024-02-18 +### Fixed +- docker image not working due to glibc version mismatch + ## [0.1.3] - 2024-02-18 ### Changed - use rustls instead of native-tls @@ -39,7 +42,8 @@ The format is based on [Keep a Changelog]. ### Added - Initial Implementation -[Unreleased]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index 4df7b86..521984b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "misskey-discord-webhook-proxy" -version = "0.1.4-SNAPSHOT" +version = "0.1.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html