diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d3b438..218286b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 0.2.10 ยท 2022-06-17 + +### ๐ŸŽ‰ New Features +* export `dateTime.copyWith(isUtc: โ€ฆ, โ€ฆ)` ([`ccc2828`](https://github.com/JonasWanke/rrule/commit/ccc28288d4a5c9a36e6eb8fa18f0d7f153902b69)), closes: [#39](https://github.com/JonasWanke/rrule/issues/39) + +### ๐Ÿ“œ Documentation updates +* clarify time zone handling in README ([`ccc2828`](https://github.com/JonasWanke/rrule/commit/ccc28288d4a5c9a36e6eb8fa18f0d7f153902b69)), closes: [#39](https://github.com/JonasWanke/rrule/issues/39) + +### ๐Ÿ“ฆ Build & CI +* update dependency on [time](https://pub.dev/packages/time) to required [^2.1.1](https://pub.dev/packages/time/changelog#211) ([`8755f27`](https://github.com/JonasWanke/rrule/commit/8755f277c23479c3d789dbc331ed84e6824f9b3d)), closes: [#37](https://github.com/JonasWanke/rrule/issues/37) + ## 0.2.9 ยท 2022-06-08 ### ๐Ÿ› Bug Fixes diff --git a/pubspec.yaml b/pubspec.yaml index 28e5645..eaf98a4 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.2.9 +version: 0.2.10 homepage: https://github.com/JonasWanke/rrule environment: