From a98c41f4610c09c08ff5179e774133c898f014b9 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Mon, 23 May 2022 20:38:24 +0200 Subject: [PATCH] chore(release): publish packages - wyatt_http_client@1.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ packages/wyatt_http_client/CHANGELOG.md | 4 ++++ packages/wyatt_http_client/pubspec.yaml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd7218b..60fc1efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-05-23 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_http_client` - `v1.1.0`](#wyatt_http_client---v110) + +--- + +#### `wyatt_http_client` - `v1.1.0` + + - **FEAT**: add oauth2 refresh token client. + + ## 2022-05-23 ### Changes diff --git a/packages/wyatt_http_client/CHANGELOG.md b/packages/wyatt_http_client/CHANGELOG.md index effe43c8..a9868ded 100644 --- a/packages/wyatt_http_client/CHANGELOG.md +++ b/packages/wyatt_http_client/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 + + - **FEAT**: add oauth2 refresh token client. + ## 1.0.0 - Initial version. diff --git a/packages/wyatt_http_client/pubspec.yaml b/packages/wyatt_http_client/pubspec.yaml index 8c524c8f..356f0f3f 100644 --- a/packages/wyatt_http_client/pubspec.yaml +++ b/packages/wyatt_http_client/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_http_client description: A Dart client for RESTful APIs with authentication. repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_http_client -version: 1.0.0 +version: 1.1.0 environment: sdk: '>=2.17.0 <3.0.0'