diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ff123..a21dc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## v0.3.1 (2024-11-26) + +### Fix + +- **ci**: Don't manually push the tags and let Commitizen do it [skip ci] +- **ci**: Fixed a typo in the version creation on GitHub [skip ci] + ## v0.3.0 (2024-11-26) ### Feat diff --git a/Cargo.toml b/Cargo.toml index 5855376..1d91d8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "managarr" -version = "0.3.0" +version = "0.3.1" authors = ["Alex Clarke "] description = "A TUI and CLI to manage your Servarrs" keywords = ["managarr", "ratatui", "dashboard", "servarr", "tui"]