diff --git a/CHANGELOG.md b/CHANGELOG.md index 372ec35f..bba7ea43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions +## [4.5.0](https://www.github.com/googleapis/sloth/compare/v4.4.0...v4.5.0) (2019-06-13) + + +### Features + +* add datacatalog ([#264](https://www.github.com/googleapis/sloth/issues/264)) ([8331eda](https://www.github.com/googleapis/sloth/commit/8331eda)) + ## [4.4.0](https://www.github.com/googleapis/sloth/compare/v4.3.0...v4.4.0) (2019-06-10) diff --git a/package.json b/package.json index 85336f55..832d5161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinbeckwith/sloth", - "version": "4.4.0", + "version": "4.5.0", "repository": "googleapis/sloth", "description": "sloth is a CLI utility for measuring GitHub response SLOs.", "bin": { diff --git a/samples/package.json b/samples/package.json index 7c5a588e..ee9c4d8c 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "test": "echo no tests available 👻" }, "dependencies": { - "@justinbeckwith/sloth": "^4.4.0" + "@justinbeckwith/sloth": "^4.5.0" }, "devDependencies": { "mocha": "^6.0.0"