diff --git a/CHANGELOG.md b/CHANGELOG.md index 7153217..083575f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # win32-certstore Change Log - + +## [v0.1.4](https://github.com/chef/win32-certstore/tree/v0.1.4) (2018-07-05) + +#### Merged Pull Requests +- Add github templates/codeowners file & update contributing docs [#34](https://github.com/chef/win32-certstore/pull/34) ([tas50](https://github.com/tas50)) - + +### Changes since 0.1.3 release + +#### Merged Pull Requests +- Add github templates/codeowners file & update contributing docs [#34](https://github.com/chef/win32-certstore/pull/34) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 7693c96..446ba66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 \ No newline at end of file +0.1.4 \ No newline at end of file diff --git a/lib/win32/certstore/version.rb b/lib/win32/certstore/version.rb index 30931ae..389e254 100644 --- a/lib/win32/certstore/version.rb +++ b/lib/win32/certstore/version.rb @@ -1,6 +1,6 @@ module Win32 class Certstore - VERSION = "0.1.3" + VERSION = "0.1.4" MAJOR, MINOR, TINY = VERSION.split(".") end end