From 164008981ec96df2a8665fa2e9c4b18a5eee20b3 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 6 Apr 2021 08:58:00 +0300 Subject: [PATCH] CHANGELOG.md: Add notes about Falcon 3.0.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b09c4..072467c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Updated - Update dependencies with `poetry update` +- Falcon 3.0.0, a minor change for us, but good to be using a current upstream +version ### Added - GitHub Actions workflow to build and test the API