diff --git a/CHANGELOG.md b/CHANGELOG.md index f50ba10..4aba77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.4] - 2024-03-21 +### Upgraded +- Downgraded PyYAML to 5.3.1 due to known issue: https://github.com/yaml/pyyaml/issues/724 + ## [0.5.3] - 2024-03-21 ### Upgraded - Dropped Python 3.7 support diff --git a/setup.py b/setup.py index 8b36459..ee4c68d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="fikkie", - version="0.5.3", + version="0.5.4", description=( "The simplest tool for lightweight monitoring over SSH, compatible with all " "your favorite messengers."