Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emgrav committed Sep 18, 2024
1 parent 9728299 commit df5db53
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 160 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [0.4.0] - 2024-09-18

### Features

- Add UKT Source support
- Add CSV Source support
- [**breaking**] Adjust config struct for multi-source trait
- The configuration format has changed to accommodate multiple sources. Please
consult the sample configuration file.
- Retry creating, updating User with an invalid phone number

### Bug Fixes

- Enable the native-tls feature for tonic/reqwest

### Refactor

- Use Source Trait
- Fix typos

## [0.3.0] - 2024-09-03

### Bug Fixes
Expand Down
Loading

0 comments on commit df5db53

Please sign in to comment.