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 changelog bumping version to 0.4.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Jan 30, 2017
1 parent 184d03c commit 641fd7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

0.4.6/ 2017.01.30
==================

### Changes

* [bugfix] Include GUID in manifest - necessary for windows. See [#38][].
* [bugfix] CircleCI - gnore ruby vendor directory when linting. See [#39][].

0.4.5/ 2017.01.27
==================

Expand Down Expand Up @@ -169,4 +177,6 @@
[#35]: https://github.com/DataDog/datadog-sdk-testing/issues/35
[#36]: https://github.com/DataDog/datadog-sdk-testing/issues/36
[#37]: https://github.com/DataDog/datadog-sdk-testing/issues/37
[#38]: https://github.com/DataDog/datadog-sdk-testing/issues/38
[#39]: https://github.com/DataDog/datadog-sdk-testing/issues/39
[@lastmikoi]: https://github.com/lastmikoi
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.4.5'
s.date = '2017-01-27'
s.version = '0.4.6'
s.date = '2017-01-30'
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 641fd7f

Please sign in to comment.