diff --git a/CHANGELOG.md b/CHANGELOG.md index ecfecf0..677fd25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. +## Version 0.1.2 +**2021-06-15** + +### Fixed +- Deploys on ghcr.io only after deployed on Pypi + ## Version 0.1.1 **2021-06-15** diff --git a/pyproject.toml b/pyproject.toml index c30e89c..122733c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bitrise-reports" -version = "0.1.1" +version = "0.1.2" description = "The missing tool to extract reports about projects you build on Bitrise" authors = ["Ubiratan Soares "] license = "MIT"