diff --git a/CHANGELOG.md b/CHANGELOG.md index c634335..9ddc598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/Net-Mist/tell-me-the-odds/compare/v0.1.0...v0.2.0) (2024-01-12) + + +### Features + +* add github action to build and push docker images ([90726c0](https://github.com/Net-Mist/tell-me-the-odds/commit/90726c09341fbe6da72385b9944a5fd60316213f)) + ## 0.1.0 (2024-01-11) diff --git a/Cargo.lock b/Cargo.lock index 9535903..abaeae9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,7 +979,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "millennium_falcon" -version = "0.1.0" +version = "0.2.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5490cb5..4fa37c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "millennium_falcon" -version = "0.1.0" +version = "0.2.0" license = "MIT" edition = "2021" default-run = "millennium_falcon"