Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmortlock committed Aug 6, 2019
1 parent 40f5a80 commit 32a8f7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This changelog adheres to [Keep a CHANGELOG](http://keepachangelog.com/).

## [0.5.0]
- [TT-5815] Relax version dependencies and tested on latest ruby versions

## [0.4.1] - 2018-03-08
### Changed
- [TT-3686] Don't mutate env vars unless the key already exists
Expand Down
2 changes: 1 addition & 1 deletion lib/sensitive_data_filter/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module SensitiveDataFilter
VERSION = '0.4.1'
VERSION = '0.5.0'
end

0 comments on commit 32a8f7a

Please sign in to comment.