Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Updated CHANGELOG.md & bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlessenich committed Feb 24, 2024
1 parent 687b83f commit 37c8ff2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 0.3.0
## 0.3.1
- Added ability to customize & disable Cookie Jar

## 0.3
- Added `User#displayName`
- Added `Restrr#logout`
- Added `Restrr#register`
Expand All @@ -12,14 +15,14 @@
- Added `Route#translateDioException`
- Added `IOUtils#checkConnection`

## 0.2.0
## 0.2
- Added `RestrrBuilder#login`
- More cleanup

## 0.1.1
- Added Dart Action

## 0.1.0
## 0.1
- Added `Restrr#checkUri`
- Added tests
- Further laid out concrete package structure
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: restrr
description: Dart package which allows to communicate with the financrr REST API.
version: 0.3.0
version: 0.3.1
repository: https://github.com/financrr/restrr

environment:
Expand Down

0 comments on commit 37c8ff2

Please sign in to comment.