chore: update changelog

This commit is contained in:
Zach Daniel 2024-03-27 17:30:30 -04:00
parent 4ffe68732f
commit f71ff9bdc2
2 changed files with 7 additions and 15 deletions

View file

@ -6,29 +6,20 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.0.0-rc.0](https://github.com/ash-project/ash_postgres/compare/v1.5.22...v2.0.0-rc.0) (2024-03-27)
### Breaking Changes:
* change defaults for uuids to `gen_random_uuid()`
* Use UTC for default generated timestamps (#131)
* 3.0 (#227)
- change defaults for uuids to `gen_random_uuid()`
- Use UTC for default generated timestamps (#131)
### Features:
* add `create?` and `drop?` callbacks to `AshPostgres.Repo` (#143)
### Bug Fixes:
* handle fully fleshed out aggregate fields
- add `create?` and `drop?` callbacks to `AshPostgres.Repo` (#143)
### Improvements:
* upgrade to 3.0
* properly show unsupported error expression
- show proper error when using error expresison without `ash-functions` extension
## [v1.5.22](https://github.com/ash-project/ash_postgres/compare/v1.5.21...v1.5.22) (2024-03-20)

View file

@ -96,7 +96,8 @@ defmodule AshPostgres.MixProject do
"documentation/topics/postgres-expressions.md",
"documentation/topics/references.md",
"documentation/topics/schema-based-multitenancy.md",
"documentation/dsls/DSL:-AshPostgres.DataLayer.md"
"documentation/dsls/DSL:-AshPostgres.DataLayer.md",
"CHANGELOG.md"
],
groups_for_extras: [
Tutorials: ~r'documentation/tutorials',