Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
prepare release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerder committed Dec 3, 2014
1 parent e4ecb62 commit 64efa61
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2014-12-03 - 1.2.2 (Bugfix release)

#### Bugfixes:

- use ensure_packages to avoid redeclares
- update stdlib version requirement, because of ensure_packages
- small fix in README examples

## 2014-11-28 - 1.2.1 (Bugfix release)

#### Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'dwerder-redis'
version '1.2.1'
version '1.2.2'
source 'git clone https://github.com/echocat/puppet-redis.git'
author 'Daniel Werdermann'
license 'Mozilla Public License Version 2.0'
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"name": "dwerder-redis",
"version": "1.2.1",
"version": "1.2.2",
"source": "git clone https://github.com/echocat/puppet-redis.git",
"author": "Daniel Werdermann",
"license": "Mozilla Public License Version 2.0",
Expand All @@ -37,7 +37,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0"
"version_requirement": ">= 4.2.0"
}
],
"types": [
Expand Down

0 comments on commit 64efa61

Please sign in to comment.