diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe088b..c2d7c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.10.0 (2022-08-08) + ### Changed - EXRULE functionality is put behind the feature flag `exrule` which is not enabled by default. diff --git a/rrule/Cargo.toml b/rrule/Cargo.toml index b03818c..e17306a 100644 --- a/rrule/Cargo.toml +++ b/rrule/Cargo.toml @@ -2,7 +2,7 @@ name = "rrule" description = "A pure Rust implementation of recurrence rules as defined in the iCalendar RFC." license = "MIT OR Apache-2.0" -version = "0.9.2" +version = "0.10.0" documentation = "https://docs.rs/rrule" repository = "https://github.com/fmeringdal/rust-rrule" authors = ["Fredrik Meringdal", "Ralph Bisschops "]