From ddd416002dc8d132b3dcd1c08a40e7315b19f21a Mon Sep 17 00:00:00 2001 From: syncpark Date: Thu, 19 Oct 2023 09:33:58 +0900 Subject: [PATCH] Bump version to 0.14.4 --- CHANGELOG.md | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8bb02d0..3bff4de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ file 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). -## [Unreleased] +## [0.14.4] - 2023-10-19 ### Added @@ -27,7 +27,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). ### Changed -- Updated review-database to 0.18.0. +- Updated review-database to 0.20.0. ### Fix @@ -307,7 +307,7 @@ across our system. - An initial version. -[Unreleased]: https://github.com/aicers/review-web/compare/0.14.3...main +[0.14.4]: https://github.com/aicers/review-web/compare/0.14.3...0.14.4 [0.14.3]: https://github.com/aicers/review-web/compare/0.14.2...0.14.3 [0.14.2]: https://github.com/aicers/review-web/compare/0.14.1...0.14.2 [0.14.1]: https://github.com/aicers/review-web/compare/0.14.0...0.14.1 diff --git a/Cargo.toml b/Cargo.toml index 080cc915..586731c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "review-web" -version = "0.14.4-alpha.1" +version = "0.14.4" edition = "2021" [dependencies] @@ -18,7 +18,7 @@ futures-util = "0.3" http = "0.2" ip2location = "0.4.2" ipnet = { version = "2", features = ["serde"] } -jsonwebtoken = "8" +jsonwebtoken = "9" lazy_static = "1" num-traits = "0.2" oinq = { git = "https://github.com/petabi/oinq.git", tag = "0.9.1" }