From 44c0a3e7153bb5a0b3035326fda4ae4e10fa25c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Iooss?= <13920346+Net-Mist@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:19:34 +0100 Subject: [PATCH] chore(main): release 0.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ddc598..7cfa613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/Net-Mist/tell-me-the-odds/compare/v0.2.0...v0.2.1) (2024-01-12) + + +### Bug Fixes + +* fix dockerhub push ([e4ff929](https://github.com/Net-Mist/tell-me-the-odds/commit/e4ff9290b6d875557eafe0b9616760d20d0f9faa)) + ## [0.2.0](https://github.com/Net-Mist/tell-me-the-odds/compare/v0.1.0...v0.2.0) (2024-01-12) diff --git a/Cargo.lock b/Cargo.lock index abaeae9..361d07a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,7 +979,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "millennium_falcon" -version = "0.2.0" +version = "0.2.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4fa37c0..1a6554e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "millennium_falcon" -version = "0.2.0" +version = "0.2.1" license = "MIT" edition = "2021" default-run = "millennium_falcon"