diff --git a/CHANGELOG.md b/CHANGELOG.md index d399079..0e5b906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 0.2.17 ยท 2025-01-06 + +### ๐ŸŽ‰ New Features + +- add Dutch localizations (`RruleL10nNl`) ([#77](https://github.com/JonasWanke/rrule/pull/77)). Thanks to [@simonverzelen](https://github.com/simonverzelen)! + +### ๐Ÿ“ฆ Build & CI + +- widen intl dependency to >=0.17.0 <0.21.0 ([`4740e29`](https://github.com/JonasWanke/rrule/commit/4740e29687a3e088964024f709a7977e554d06ab)) + ## 0.2.16 ยท 2024-02-07 ### ๐Ÿ› Bug Fixes diff --git a/pubspec.yaml b/pubspec.yaml index 46a42c4..2b90d56 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.16 +version: 0.2.17 repository: https://github.com/JonasWanke/rrule environment: