diff --git a/CHANGELOG.md b/CHANGELOG.md index 951a5a3..aec74ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ -## 0.1.0 +## 0.1.1 (2022-12-12) +- [ADDED] Documentation to README.md +- [CHANGED] `AdvancedSettings` now named `AdvancedOptions` +- [CHANGED] `EasyVCRClient` now named `DartVCRClient` -- Initial release. +## 0.1.0 (2022-12-01) + +- Initial release diff --git a/pubspec.yaml b/pubspec.yaml index 8149e4e..734ccdf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartvcr description: A Dart library for recording and replaying HTTP requests. Port of EasyVCR. -version: 0.1.0 +version: 0.1.1 repository: https://github.com/nwithan8/dartvcr environment: