diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e551d6..93a3899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## 0.1.16 + +- Fix conflicts with version 1.x + ## 0.1.15 - Fix `dd-MMM-yy` format parsing diff --git a/pubspec.yaml b/pubspec.yaml index 807fae7..d3175e2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: any_date description: A package for parsing String into DateTime in any format. Easy way to parse a date in any format and in any language, while always respecting ISO and RFC formats. -version: 0.1.15 +version: 0.1.16 repository: https://github.com/gbassisp/any_date homepage: https://github.com/gbassisp/any_date