diff --git a/CHANGELOG-SNAPSHOTS.md b/CHANGELOG-SNAPSHOTS.md index ac8ee38d..d5b84081 100644 --- a/CHANGELOG-SNAPSHOTS.md +++ b/CHANGELOG-SNAPSHOTS.md @@ -18,11 +18,14 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto- ### Removed ### Fixed -- Speaker setting is not saved correctly `#697` -- Some sound pack broken `#701` ### Security +## [2.0.28] - 2023-07-20 +### Fixed +- Speaker setting is not saved correctly [`#697`](https://github.com/fixrtm/fixRTM/pull/697) +- Some sound pack broken [`#701`](https://github.com/fixrtm/fixRTM/pull/701) + ## [2.0.27] - 2023-07-14 ## [2.0.27-rc.1] - 2023-07-14 ### Changed @@ -620,7 +623,8 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto- - fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a) - PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66) -[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.27...HEAD +[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.28...HEAD +[2.0.28]: https://github.com/fixrtm/fixRTM/compare/2.0.27...2.0.28 [2.0.27]: https://github.com/fixrtm/fixRTM/compare/[2.0.27-rc.1]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27-rc.1...2.0.27 [2.0.27-rc.1]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27-rc.1 [2.0.26]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-rc.1]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-beta.2]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1...2.0.26-beta.2...2.0.26-rc.1...2.0.26 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d38fc32..494398df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,11 +25,14 @@ Thanks to prepare-changelog.sh, we have some macros. ### Removed ### Fixed -- Speaker setting is not saved correctly `#697` -- Some sound pack broken `#701` ### Security +## [2.0.28] - 2023-07-20 +### Fixed +- Speaker setting is not saved correctly [`#697`](https://github.com/fixrtm/fixRTM/pull/697) +- Some sound pack broken [`#701`](https://github.com/fixrtm/fixRTM/pull/701) + ## [2.0.27] - 2023-07-14 ### Changed - Upgrade RTM to 2.4.24 [`#694`](https://github.com/fixrtm/fixRTM/pull/694) @@ -465,7 +468,8 @@ Thanks to prepare-changelog.sh, we have some macros. - fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a) - PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66) -[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.27...HEAD +[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.28...HEAD +[2.0.28]: https://github.com/fixrtm/fixRTM/compare/2.0.27...2.0.28 [2.0.27]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27 [2.0.26]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26 [2.0.25]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25 diff --git a/gradle.properties b/gradle.properties index 60b7582e..c8a47fee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 modGroup=com.anatawa12.fixRtm -modVersion=2.0.28-beta.0 +modVersion=2.0.28 modBaseName=fixRtm forgeVersion=1.12.2-14.23.5.2847 mcpChannel=stable diff --git a/version-map.md b/version-map.md index da89350c..ec1975aa 100644 --- a/version-map.md +++ b/version-map.md @@ -33,3 +33,4 @@ | 2.4.23 | 2.4.20 | 2.0.25 | | 2.4.23 | 2.4.20 | 2.0.26 | | 2.4.24 | 2.4.21 | 2.0.27 | +| 2.4.24 | 2.4.21 | 2.0.28 |