Skip to content

Commit

Permalink
Merge pull request newrelic#28 from newrelic-platform/1.1.0_release
Browse files Browse the repository at this point in the history
releasing 1.1.0
  • Loading branch information
Jason Stenhouse committed Sep 25, 2014
2 parents 47501a9 + 0baf85f commit e10b85f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CHANGELOG

1.1.0 - 2014-09-25
------------------
* No longer use sudo for service management but runs as the provided user
* Fix init daemon bug for restarts
* Updated MySQL, Memcached (Java), and Wikipedia (Java) plugins to version 2.0.0+

1.0.0 - 2014-01-29
------------------
* Initial release
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2013 New Relic, Inc.
Copyright (c) 2014 New Relic, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic_plugins",
"version": "1.0.1",
"version": "1.1.0",
"description": "Installs New Relic Plugins",
"maintainer": "New Relic, Inc.",
"maintainer_email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'MIT'
description 'Installs New Relic Plugins.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.1'
version '1.1.0'

recipe 'newrelic_plugins::aws_cloudwatch', 'Installs New Relic AWS Cloudwatch Plugin'
recipe 'newrelic_plugins::example', 'Installs New Relic Example Plugin'
Expand Down

0 comments on commit e10b85f

Please sign in to comment.