diff --git a/CHANGELOG.md b/CHANGELOG.md index b149222..a7ce3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,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.0.2] - 2024-01-09 - Fixed bugs, improved performance, explored the edges of the known universe. ## [1.0.1] - 2023-12-29 diff --git a/src/splatbot/__init__.py b/src/splatbot/__init__.py index 4706213..122ddfd 100644 --- a/src/splatbot/__init__.py +++ b/src/splatbot/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" # https://semver.org/#summary +__version__ = "1.0.2" # https://semver.org/#summary