From c94ca1945b05471e561f3bb92a6c1c86377ae8dc Mon Sep 17 00:00:00 2001 From: nharris Date: Mon, 12 Dec 2022 11:53:59 -0700 Subject: [PATCH] - Update changelog, pubspec for 0.1.1 release --- CHANGELOG.md | 9 +++++++-- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) 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: