aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-01-26 18:24:22 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-01-26 18:24:22 -0800
commit6b08e27b4530a079612cda8878079be426294a3a (patch)
tree8dfcfcde1d03d0b751feaa4028030c72ce262a5b /CHANGELOG.md
parent1b80cdfb436bdb02de1dfa6dc6cc4bf2c88cd8f3 (diff)
downloadfatcat-6b08e27b4530a079612cda8878079be426294a3a.tar.gz
fatcat-6b08e27b4530a079612cda8878079be426294a3a.zip
update CHANGELOG for v0.5.1v0.5.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f68dc9dc..350b2e6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,14 +11,22 @@ track major version number, but TBD.
See also:
+- release documentation in `./extra/release_process.md`
- [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
-## UNRELEASED
+## [0.5.1] - 2022-01-26
+
+This is a minor version bump to mark the upgrade of dependencies. There are no
+schema changes, and the schema version has not been incremented (is still
+`0.5.0`).
### Changes
+- expected and tested deployment environment is now Ubuntu Focal and PostgreSQL 13
+- minimum rust version is now 1.41. no new features are being used, but older
+ versions will no longer be tested or supported
- default local development database now called `fatcat_dev`, not `fatcat`
### Fixed