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

Commit

Permalink
[changelog][gemspec] updating and bumping to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Nov 14, 2016
1 parent fc6af17 commit 38a2d14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

0.3.2/ 2016.11.13
==================

### Changes

* [bugfix] adds datadog.conf file to agent directory.
* [bugfix] EOFile will no longer be a fatal error for wait.
* [bugfix] Fixing broken guard statements.

* [ci] Rubocop max block length is now 90, instead of 25.

0.3.1/ 2016.09.15
==================

Expand Down
4 changes: 2 additions & 2 deletions datadog-sdk-testing.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'datadog-sdk-testing'
s.version = '0.3.1'
s.date = '2016-09-15'
s.version = '0.3.2'
s.date = '2016-11-14'
s.summary = 'Datadog Integration SDK testing/scaffolding facilities.'
s.description = 'Datadog Integration SDK testing/scaffolding gem'
s.authors = ['Jaime Fullaondo']
Expand Down

0 comments on commit 38a2d14

Please sign in to comment.