Skip to content

Commit

Permalink
update to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mediocretes committed Mar 9, 2017
1 parent 63dfa30 commit 100e497
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
### 1.0.2 [March 9, 2017]
* Fix Ubuntu 12 regression in packaging scripts

### 1.0.1 [March 9, 2017]
* Improve installation scripts for compatibility with Ubuntu 16, Debian 8
* Add Debian 8 release target
Expand Down
2 changes: 1 addition & 1 deletion chef/instrumentald/attributes/default.rb
@@ -1,7 +1,7 @@
default[:instrumental] = {}
default[:instrumental][:project_token] = "YOUR_PROJECT_TOKEN"

default[:instrumental][:version] = "1.0.1"
default[:instrumental][:version] = "1.0.2"
default[:instrumental][:repo] = "https://s3.amazonaws.com/instrumentald"

default[:instrumental][:curl_path] = "/usr/bin/curl"
Expand Down
2 changes: 1 addition & 1 deletion lib/instrumentald/version.rb
@@ -1,3 +1,3 @@
module Instrumentald
VERSION = "1.0.1"
VERSION = "1.0.2"
end
2 changes: 1 addition & 1 deletion puppet/instrumentald/metadata.json
@@ -1,6 +1,6 @@
{
"name": "instrumental-instrumentald",
"version": "1.0.1",
"version": "1.0.2",
"author": "Expected Behavior",
"license": "MIT",
"source": "https://github.com/instrumental/instrumentald",
Expand Down

0 comments on commit 100e497

Please sign in to comment.