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

Commit

Permalink
[changelog][gemspec] version bump, changelog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Dec 29, 2016
1 parent c90f342 commit 291b553
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# CHANGELOG

0.4.0/ 2016.12.29
==================

### Changes

* [feature] add wipe task to remove integrations. See [#2][].
* [feature] Docker: add helper to wait for logs expression hit or raise. See [#29][].

0.3.5/ 2016.12.22
==================

### changes
### Changes

* [bugfix] use better env vars to detect ci environment.

Expand Down Expand Up @@ -112,3 +120,7 @@
### Changes

* Initial release

<!--- The following link definition list is generated by PimpMyChangelog --->
[#2]: https://github.com/DataDog/datadog-sdk-testing/issues/2
[#29]: https://github.com/DataDog/datadog-sdk-testing/issues/29
2 changes: 1 addition & 1 deletion datadog-sdk-testing.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'datadog-sdk-testing'
s.version = '0.3.5'
s.version = '0.4.0'
s.date = '2016-11-18'
s.summary = 'Datadog Integration SDK testing/scaffolding facilities.'
s.description = 'Datadog Integration SDK testing/scaffolding gem'
Expand Down

0 comments on commit 291b553

Please sign in to comment.