diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c925fa..f32d21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ 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/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +- tbd + +## [v0.1.0] - 2023-06-07 ### Added - Fetch Bundles from humblebundle.com - Post to Mastodon -- DB Connection \ No newline at end of file +- Postgres as Database and queue + + +[v0.1.0]: https://codeberg.org/lauralani/humble-bot/releases/tag/v0.1.0 \ No newline at end of file diff --git a/constants/constants.go b/constants/constants.go index 73e3d63..329cdae 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -6,7 +6,7 @@ package constants -var AppVersion = "0.0.1" +var AppVersion = "0.1.0" var HumbleCategories = []string{"games", "books", "software"}