diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac3b07..9f3e794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.11.0 (2023-0X-YY) +## 0.11.0 (2023-07-18) ### Changed diff --git a/rrule/Cargo.toml b/rrule/Cargo.toml index 0dc56dc..4fadacd 100644 --- a/rrule/Cargo.toml +++ b/rrule/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rrule" description = "A pure Rust implementation of recurrence rules as defined in the iCalendar RFC." -version = "0.10.0" +version = "0.11.0" documentation = "https://docs.rs/rrule" repository = "https://github.com/fmeringdal/rust-rrule" authors = ["Fredrik Meringdal", "Ralph Bisschops "]