diff --git a/CHANGELOG.md b/CHANGELOG.md index ae72809..7c64ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.2.4 ยท 2022-01-04 + +### ๐Ÿ› Bug Fixes +* handle yearly frequency with `byMonths` and `byWeekDays` ([`8646af1`](https://github.com/JonasWanke/rrule/commit/8646af1f4f09c0a39eb73d5d5c0bc5209d8138bd)), closes: [#29](https://github.com/JonasWanke/rrule/issues/29) + ## 0.2.3 ยท 2021-05-06 ### ๐ŸŽ‰ New Features @@ -32,7 +37,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.2.0 ยท 2021-03-26 -### โš  BREAKING CHANGES +### โš ๏ธ BREAKING CHANGES - migrate to null-safety - Dates and DateTimes no longer use [time_machine](https://pub.dev/packages/time_machine), but `DateTime` instead. diff --git a/pubspec.yaml b/pubspec.yaml index fb2fe8c..3d68035 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.3 +version: 0.2.4 homepage: https://github.com/JonasWanke/rrule environment: