chore: release version v0.1.0

This commit is contained in:
Zach Daniel 2023-08-19 00:53:42 -04:00
parent 8bf2e5c23e
commit 617f6c2cd7

25
CHANGELOG.md Normal file
View file

@ -0,0 +1,25 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.1.0](https://github.com/ash-project/ash_double_entry/compare/v0.1.0...v0.1.0) (2023-08-19)
### Bug Fixes:
* create balances after transfer is created
* don't require pagination
### Improvements:
* add CI & check commands
* wrap up initial implementaiton, add guides
* initial test suite & functionality