diff --git a/CHANGELOG.md b/CHANGELOG.md index 0490c54d4..844924d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## What's Changed in v0.2.2 +* Update ICU4X to 2.2 by @Manishearth in [#705](https://github.com/boa-dev/temporal/pull/705) +* Update MSRV to 1.86 @Manishearth in [#705](https://github.com/boa-dev/temporal/pull/705) + +**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.2.1...v0.2.2 + ## What's Changed in v0.2.1 * Pin icu_calendar to v2.1 by @jedel1043 in [#704](https://github.com/boa-dev/temporal/pull/704) * Remove unwrap in PYM::epoch_ns_for_utc by @Manishearth in [#701](https://github.com/boa-dev/temporal/pull/701) diff --git a/Cargo.toml b/Cargo.toml index e8d8789ef..0868c92fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ [workspace.package] edition = "2021" -version = "0.2.1" +version = "0.2.2" rust-version = "1.86.0" authors = ["boa-dev"] license = "MIT OR Apache-2.0"