ash_cubdb/CHANGELOG.md
James Harton 568620c042
All checks were successful
continuous-integration/drone/push Build is passing
chore: release version v0.4.0
2023-10-02 02:43:40 +00:00

52 lines
890 B
Markdown

# 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.4.0](https://code.harton.nz/james/ash_cubdb/compare/v0.3.1...v0.4.0) (2023-10-02)
### Features:
* Support destroying records.
### Bug Fixes:
* honour tenancy when updating.
## [v0.3.1](https://code.harton.nz/james/ash_cubdb/compare/v0.3.0...v0.3.1) (2023-10-02)
### Bug Fixes:
* enable sorting capability.
## [v0.3.0](https://code.harton.nz/james/ash_cubdb/compare/v0.2.0...v0.3.0) (2023-10-02)
### Features:
* Support updating existing records.
## [v0.2.0](https://code.harton.nz/james/ash_cubdb/compare/v0.1.0...v0.2.0) (2023-09-29)
### Features:
* `create` and `read` works.
## [v0.1.0](https://code.harton.nz/james/ash_cubdb/compare/v0.1.0...v0.1.0) (2023-08-07)