From ba3f6487a7acc0e09cdab7e2cbb10a8979ad6524 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:48:45 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6dd2e..1d79612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/opencadc/scicon/compare/v0.2.1...v0.2.2) (2023-10-24) + + +### Bug Fixes + +* **Github-Actions:** working on deployment chain ([c14f04d](https://github.com/opencadc/scicon/commit/c14f04dbf0a46db26821f2aa9134c9b438665ae8)) + ## [0.2.1](https://github.com/opencadc/scicon/compare/v0.2.0...v0.2.1) (2023-10-24) diff --git a/pyproject.toml b/pyproject.toml index 3d217fa..afaf3b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scicon" -version = "0.2.1" +version = "0.2.2" description = "Science Containers for CANFAR" authors = ["CANFAR "] license = "GNU Affero GPL v3.0"