Release 0.6.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df0588e..82ee4b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@
## [Unreleased]
+## [0.6.0] - 2023-09-30
+
- Update to syn 2.0. ([#26](https://github.com/taiki-e/syn-mid/pull/26))
## [0.5.4] - 2023-06-29
@@ -72,7 +74,8 @@
Initial release
-[Unreleased]: https://github.com/taiki-e/syn-mid/compare/v0.5.4...HEAD
+[Unreleased]: https://github.com/taiki-e/syn-mid/compare/v0.6.0...HEAD
+[0.6.0]: https://github.com/taiki-e/syn-mid/compare/v0.5.4...v0.6.0
[0.5.4]: https://github.com/taiki-e/syn-mid/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/taiki-e/syn-mid/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/taiki-e/syn-mid/compare/v0.5.1...v0.5.2
diff --git a/Cargo.toml b/Cargo.toml
index 826f7fb..0c7caa0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syn-mid"
-version = "0.5.4"
+version = "0.6.0"
edition = "2021"
rust-version = "1.56"
license = "Apache-2.0 OR MIT"