Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
bump version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Mar 3, 2014
1 parent 05d081a commit 02de101
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@

#### [Current]
* [05d081a](../../commit/05d081a) - __(Joshua Hoblitt)__ [re]add dep on camptocamp/openssl >= 0.2.0

The 0.2.0 release of camptocamp/openssl fixes the problem 0.1.0 had
with a fixed dep on stdlib = 0.0.1. It's now safe to declare a dep on
that module without breaking dep resolution.

https://github.com/camptocamp/puppet-openssl/issues/22

#### v1.0.1
* [eba140d](../../commit/eba140d) - __(Joshua Hoblitt)__ bump version to v1.0.1
* [ab70ece](../../commit/ab70ece) - __(Joshua Hoblitt)__ yet another attempt to work around exec umask issues

#### v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'jhoblitt/nsstools'
version '1.0.1'
version '1.0.2'

author 'Joshua Hoblitt <jhoblitt@cpan.org>'
license 'Apache'
Expand Down

0 comments on commit 02de101

Please sign in to comment.