diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f82bc3..8c0df20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/JonasWanke/rrule/compare/v0.1.2...master) +## [Unreleased](https://github.com/JonasWanke/rrule/compare/v0.1.3...master) + +## [0.1.3](https://github.com/JonasWanke/rrule/compare/v0.1.2...v0.1.3) · 2021-01-27 + +### 🎉 New Features +- add `clearUntil`/`clearCount`/`clearInterval` to `recurrenceRule.copyWith(…)`, closes: [#17](https://github.com/JonasWanke/rrule/issues/17) ## [0.1.2](https://github.com/JonasWanke/rrule/compare/v0.1.1...v0.1.2) · 2020-11-24 diff --git a/pubspec.yaml b/pubspec.yaml index 83b129e..f13412a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rrule description: "🔁 Recurrence rule parsing & calculation as defined in the iCalendar RFC" -version: 0.1.2 +version: 0.1.3 homepage: https://github.com/JonasWanke/rrule environment: