Skip to content

Commit

Permalink
version bump (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoucheiron committed Oct 26, 2020
1 parent 0db81f0 commit 508428b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.20.1] - 2020-10-26
### Improvements
- Added more actions that only allow wildcard as resource
### Fixes
- Require pycfmodel 0.7.2
### Other
- Bump pip-tools dev requirement to 5.3.1

## [0.20.0] - 2020-09-30
### Improvements
- Add `WildcardResourceRule` rule
Expand Down
2 changes: 1 addition & 1 deletion cfripper/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 20, 0)
VERSION = (0, 20, 1)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 508428b

Please sign in to comment.