diff --git a/CHANGELOG.md b/CHANGELOG.md index 658d9f42f822..4e152e9ad2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.11.2] (2024-01-18) + +[1.11.2]: https://github.com/crystal-lang/crystal/releases/1.11.2 + +### Bugfixes + +#### stdlib + +- *(files)* Fix missing `cause` parameter from `IO::Error#initialize` ([#14242](https://github.com/crystal-lang/crystal/pull/14242), thanks @straight-shoota) +- *(runtime)* Always use `%p` for pointers in `Crystal::System.print_error` ([#14186](https://github.com/crystal-lang/crystal/pull/14186), thanks @HertzDevil) +- *(runtime)* Fixup for always use `%p` for pointers in `Crystal::System.print_error` ([#14221](https://github.com/crystal-lang/crystal/pull/14221), thanks @HertzDevil) + +### Infrastructure + +- Changelog for 1.11.2 ([#14249](https://github.com/crystal-lang/crystal/pull/14249), thanks @straight-shoota) + ## [1.11.1] (2024-01-11) [1.11.1]: https://github.com/crystal-lang/crystal/releases/1.11.1 diff --git a/src/VERSION b/src/VERSION index 720c7384c619..ca7176690dd6 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.11.1 +1.11.2