diff --git a/CHANGELOG.md b/CHANGELOG.md index 5386f91a..f7b4fe7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3] - 2023-11-13 + +### Changed + +- Fix license detection issues with riverdriver/riverpgxv5 submodule. +- Ensure that river requires the riverpgxv5 module with the same version. + ## [0.0.2] - 2023-11-13 ### Changed diff --git a/docs/development.md b/docs/development.md index 43a89f0a..9a98db16 100644 --- a/docs/development.md +++ b/docs/development.md @@ -29,7 +29,9 @@ queries. After changing an sqlc `.sql` file, generate Go with: ## Releasing a new version -First, merge a `CHANGELOG.md` update describing the changes. Next, update the repo locally and push new tags: +1. First, prepare a PR with a `CHANGELOG.md` update describing the changes, and update the root `go.mod` to point to the `riverpgxv5` version that is about to be released. +2. Merge the above PR. +3. Next, fetch the repo locally and push new tags: ```shell git checkout master && git pull --rebase