mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
76ad116e12
* mention provisioner authentication * add changelog for 2.1.0 * rename to 2.0.2
Changelogs
These are the changelogs used by [generate_release_notes.sh]https://github.com/coder/coder/blob/main/scripts/release/generate_release_notes.sh) for a release.
These changelogs are currently not kept in sync with GitHub releases. Use GitHub releases for the latest information!
Writing a changelog
Run this command to generate release notes:
./scripts/release/generate_release_notes.sh \
--old-version=v0.27.0 \
--new-version=v0.28.0 \
--ref=$(git rev-parse --short "${ref:-origin/$branch}") \
> ./docs/changelogs/v0.28.0.md