We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c375d commit d3edf07Copy full SHA for d3edf07
1 file changed
CHANGELOG.md
@@ -5,10 +5,18 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [0.0.21] 2022-06-10
+## [0.0.21] 2022-06-13
9
+### Added
10
+- Dependabot
11
+
12
### Changed
-- Upgrade flask
13
- Update Github Actions to use new format
14
+- Upgrades:
15
+ - flask: 1.0.2 -> 2.1.2
16
+ - gunicorn: 19.9.0 -> 20.1.0
17
+ - requests: 2.20.0 -> 2.28.0
18
+ - pyyaml: 5.4 -> 6.0
19
+- Use default instead of gevent for gunicorn
20
21
## [0.0.20] 2022-05-17
22
0 commit comments