Skip to content

Commit

Permalink
Update CHANGELOG and release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Jan 2, 2017
1 parent efde49f commit 56ca3fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

This file is used to list changes made in each version of sentry.

## dev
## 0.3.1 (2017-01-02)

* Ensure parent install directory is created too (Nilanjan Roy)
[#14](https://github.com/JonathanTron/chef-sentry/issues/14)
* Depends on `poise-python` cookbook instead of `python` (Nilanjan Roy)
[#15](https://github.com/JonathanTron/chef-sentry/pull/15)

## 0.3.0 (2016-08-14)

* Default to Sentry 8.6.0
* Add Sentry 8.6 support (Matt Leick)
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 "Apache 2.0"
description "Installs/Configures Sentry realtime error logging and aggregation platform"
long_description IO.read(File.join(File.dirname(__FILE__), "README.md"))
version "0.3.0"
version "0.3.1"

supports 'ubuntu'

Expand Down

0 comments on commit 56ca3fd

Please sign in to comment.