Skip to content

Commit

Permalink
Merge pull request #32 from reactiveops/cve-pyyaml-fix
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Andrew Suderman authored Jan 4, 2019
2 parents d52d2f3 + 40994a5 commit 9f7e9dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.10.1]

CVE recommended fix

### Notes
Updated PyYAML required version to address active CVE

## [0.10.0]

Major-ish refactor to class structure and testing of independent classes in code. More work will be coming to make test coverage better.
Expand Down
2 changes: 1 addition & 1 deletion reckoner/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.10.0'
__version__ = '0.10.1'
__author__ = 'ReactiveOps, Inc.'

0 comments on commit 9f7e9dd

Please sign in to comment.