From 0df7814eda81f7cee4d46b41165398567a1ee38f Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Thu, 2 Jan 2025 02:06:34 +0100 Subject: [PATCH] chore(main): release 0.3.0 (#22) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d964b96..9c45a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/cedricziel/baserow-dart/compare/v0.2.1...v0.3.0) (2025-01-02) + + +### Features + +* add token refresh for JWT ([#21](https://github.com/cedricziel/baserow-dart/issues/21)) ([6d55d5b](https://github.com/cedricziel/baserow-dart/commit/6d55d5b987fa15cd0337b8b183d2b3cf02f33896)) + ## [0.2.1](https://github.com/cedricziel/baserow-dart/compare/v0.2.0...v0.2.1) (2025-01-02) diff --git a/pubspec.yaml b/pubspec.yaml index da08fed..dce7f9b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: baserow description: A Dart client library for managing Baserow databases and tables. -version: 0.2.1 +version: 0.3.0 repository: https://github.com/cedricziel/baserow-dart environment: