aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-05-25 15:40:25 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-05-25 15:40:25 -0700
commita7a3cc1f8de8f38d98cf878282bd26ec4d76771f (patch)
tree37bf565a6d323cf7d249e9238020ca9640963ece /CHANGELOG.md
parentafed78d7debb33c023bb60ceebada1627ff6bb5e (diff)
downloadfatcat-a7a3cc1f8de8f38d98cf878282bd26ec4d76771f.tar.gz
fatcat-a7a3cc1f8de8f38d98cf878282bd26ec4d76771f.zip
update CHANGELOG regarding python dependencies; call it v0.3.4v0.3.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6589c57a..e69b089e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,11 +14,13 @@ See also:
- [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
-## [Unreleased]
+## [0.3.4] - 2021-05-25
Mostly infrastructure changes: Python, Elasticsearch, and other dependencies
changed.
+No changes to schema, so API remains v0.3.3.
+
### Changes
- require Python 3.8 (upgrade from Python 3.7)
@@ -35,6 +37,7 @@ changed.
view, etc
- change web UI and labeling on release and file views to emphasize
preservation status and archival access
+- update Flask to 2.x, and other related dependencies
### Added