Merge pull request #387 from kbknapp/v0.15-release

Increase version to v0.15 for release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c269326..e4ca02d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+<a name="v0.15.0"></a>
+### v0.15.0 (2024-02-26)
+
+#### Changes
+
+* MSRV is now as 1.73.0
+
+#### Maintenance
+
+* Upgrade `cargo` to v0.73 ([#379](https://github.com/kbknapp/cargo-outdated/pull/379)) (Thanks to [@cuviper](https://github.com/cuviper))
+
 <a name="v0.14.0"></a>
 ### v0.14.0 (2023-11-01)
 
diff --git a/Cargo.toml b/Cargo.toml
index cf0129d..ae20c65 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cargo-outdated"
-version = "0.14.0"
+version = "0.15.0"
 authors = [
     "Kevin K. <kbknapp@gmail.com>",
     "Frederick Z. <frederick888@tsundere.moe>",