Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-04-27)

### Bug Fixes

* correct unit descriptions ([a2d7b55](a2d7b55))
* typo in branch names ([a4c7698](a4c7698))
* use SSM_PATH parameter ([599ef24](599ef24))
* use UTC for Time dependent functions ([2f004c9](2f004c9))

### Features

* add documentation ([38a7ecf](38a7ecf))
* Configure metric metadata upon startup ([55cb30a](55cb30a))
* enable usage of AWS SSM to supply environment variables ([bb92bd3](bb92bd3))
* make the worst case scenario an hour ago, ([732dd38](732dd38))
* slowlog injection accepts argument for time ([95baab4](95baab4))
* submit histogram of metrics on a minute-by-minute basis ([92431b4](92431b4))
* test the program with rspec ([eaa4d29](eaa4d29))
  • Loading branch information
semantic-release-bot committed Apr 27, 2020
1 parent 38a7ecf commit c19ff45
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,20 @@
# 1.0.0 (2020-04-27)


### Bug Fixes

* correct unit descriptions ([a2d7b55](https://github.com/scribd/elasticache-slowlog-to-datadog/commit/a2d7b55a62b875bcc6b119434f77ae1ef927ba4f))
* typo in branch names ([a4c7698](https://github.com/scribd/elasticache-slowlog-to-datadog/commit/a4c7698e9b68624d26d922091d2b351be8f5a819))
* use SSM_PATH parameter ([599ef24](https://github.com/scribd/elasticache-slowlog-to-datadog/commit/599ef24195d37a97f4395e584899f3af90dad717))
* use UTC for Time dependent functions ([2f004c9](https://github.com/scribd/elasticache-slowlog-to-datadog/commit/2f004c9fa367f78ca51f4ee5612b82b6fe578017))


### Features

* add documentation ([38a7ecf](https://github.com/scribd/elasticache-slowlog-to-datadog/commit/38a7ecfef338462b15db540aac48d8aab10a1563))
* Configure metric metadata upon startup ([55cb30a](https://github.com/scribd/elasticache-slowlog-to-datadog/commit/55cb30a5df8c5a595c220a8abbec1169e9fb030c))
* enable usage of AWS SSM to supply environment variables ([bb92bd3](https://github.com/scribd/elasticache-slowlog-to-datadog/commit/bb92bd32a9c158dc75c0012b06cd6f7c3aea2f4c))
* make the worst case scenario an hour ago, ([732dd38](https://github.com/scribd/elasticache-slowlog-to-datadog/commit/732dd38feaca1aea5a3525b78682d21b9081bc01))
* slowlog injection accepts argument for time ([95baab4](https://github.com/scribd/elasticache-slowlog-to-datadog/commit/95baab4cdccde4468e3d9c7e2ee2ddcbfdad637a))
* submit histogram of metrics on a minute-by-minute basis ([92431b4](https://github.com/scribd/elasticache-slowlog-to-datadog/commit/92431b4ef22d89f078e9e64d4e63c719454095c7))
* test the program with rspec ([eaa4d29](https://github.com/scribd/elasticache-slowlog-to-datadog/commit/eaa4d29262a7d516b9e727da87d7ded864537782))

0 comments on commit c19ff45

Please sign in to comment.