Skip to content

Commit

Permalink
Bump version and update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-rados committed Jun 3, 2021
1 parent 3d16316 commit 7dc245d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/anchore-analysis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 1.2.3
*2021-06-03*

* `Dockerfile` fixes

## 1.2.2
*2021-05-20*

Expand Down
2 changes: 1 addition & 1 deletion thunderbird/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """Nikola Rados"""
__email__ = "[email protected]"
__version__ = "1.2.2"
__version__ = "1.2.3"

0 comments on commit 7dc245d

Please sign in to comment.