diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b4f531..121334e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [1.4.0] 2024-04-29 ### Added - Added a stab command to stab other users - Add Python 3.8, 3.9 to testing matrix @@ -131,8 +133,9 @@ This update is pretty big. Be warned. ## [1.0.0] - Initial stable release -[Unreleased]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.3.0...HEAD -[1.2.0]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.2.0...v1.3.0 +[Unreleased]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/TotallyNotRobots/CloudBot/compare/1.1.0...v1.2.0 [1.1.0]: https://github.com/TotallyNotRobots/CloudBot/compare/1.0.9...1.1.0 [1.0.9]: https://github.com/TotallyNotRobots/CloudBot/compare/1.0.8...1.0.9 diff --git a/cloudbot/__init__.py b/cloudbot/__init__.py index 9227e4e9..b7b92cc9 100644 --- a/cloudbot/__init__.py +++ b/cloudbot/__init__.py @@ -4,7 +4,7 @@ from pathlib import Path from typing import Any, Dict, Optional -version = (1, 3, 0) +version = (1, 4, 0) __version__ = ".".join(str(i) for i in version) __all__ = (