diff --git a/CHANGELOG.md b/CHANGELOG.md index e50b432..c3417d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.0 + +- Introduce `package:clock` dependency for more predictable testing + ## 2.0.1 - Implement utc support for `copyWith` operation diff --git a/README.md b/README.md index 5d2fec5..7090360 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ final DateTime fourHoursFromNow = DateTime.now() + Duration(hours: 4); ## 🎖 Installation ```yaml dependencies: - time: "^2.0.1" + time: "^2.1.0" ``` ### ⚡ Import diff --git a/pubspec.yaml b/pubspec.yaml index 9c44109..7e4bd17 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: time description: Type-safe DateTime and Duration calculations, powered by extensions. -version: 2.0.1 +version: 2.1.0 homepage: https://github.com/jogboms/time.dart environment: