diff --git a/CHANGELOG.md b/CHANGELOG.md index 167d19e..00b7b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +0.6.1/ 2017.03.30 +================= + +### Changes + +* [bugfix] re-add INSTALL section. See [#57][] +* [other] do not install integrations-* requirements.txt. See [#57][] + 0.6.0/ 2017.03.30 ================= @@ -246,5 +254,6 @@ [#54]: https://github.com/DataDog/datadog-sdk-testing/issues/54 [#55]: https://github.com/DataDog/datadog-sdk-testing/issues/55 [#56]: https://github.com/DataDog/datadog-sdk-testing/issues/56 +[#57]: https://github.com/DataDog/datadog-sdk-testing/issues/57 [@ksauzz]: https://github.com/ksauzz [@lastmikoi]: https://github.com/lastmikoi \ No newline at end of file diff --git a/datadog-sdk-testing.gemspec b/datadog-sdk-testing.gemspec index c6ca507..782906d 100644 --- a/datadog-sdk-testing.gemspec +++ b/datadog-sdk-testing.gemspec @@ -1,7 +1,6 @@ Gem::Specification.new do |s| s.name = 'datadog-sdk-testing' - s.version = '0.6.0' - s.date = '2017-02-14' + s.version = '0.6.1' s.summary = 'Datadog Integration SDK testing/scaffolding facilities.' s.description = 'Datadog Integration SDK testing/scaffolding gem' s.authors = ['Jaime Fullaondo']