From 7dc245d0a19334d122ef0b5c61c389a8f88df44e Mon Sep 17 00:00:00 2001 From: nikola-rados Date: Thu, 3 Jun 2021 13:58:14 -0700 Subject: [PATCH] Bump version and update CHANGES --- .github/workflows/anchore-analysis.yml | 12 ++++++------ CHANGES.md | 5 +++++ thunderbird/__version__.py | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anchore-analysis.yml b/.github/workflows/anchore-analysis.yml index e20ce07..bdef689 100644 --- a/.github/workflows/anchore-analysis.yml +++ b/.github/workflows/anchore-analysis.yml @@ -1,10 +1,10 @@ name: Anchore Container Scan -on: [push] - # push: - # branches: - # - master - # - '*security*' - # - '*vulnerability*' +on: + push: + branches: + - master + - '*security*' + - '*vulnerability*' jobs: Anchore-Build-Scan: diff --git a/CHANGES.md b/CHANGES.md index 770c659..9792c60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changes +## 1.2.3 +*2021-06-03* + +* `Dockerfile` fixes + ## 1.2.2 *2021-05-20* diff --git a/thunderbird/__version__.py b/thunderbird/__version__.py index 4403468..39918e5 100644 --- a/thunderbird/__version__.py +++ b/thunderbird/__version__.py @@ -6,4 +6,4 @@ __author__ = """Nikola Rados""" __email__ = "nrados@uvic.ca" -__version__ = "1.2.2" +__version__ = "1.2.3"