diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3029cb..bc7e560 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
+
+# [3.6.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.5.0...v3.6.0) (2017-01-31)
+
+
+### Features
+
+* **objects:** add toHaveUndefined matcher ([443dc76](https://github.com/JamieMason/Jasmine-Matchers/commit/443dc76)), closes [#37](https://github.com/JamieMason/Jasmine-Matchers/issues/37)
+
+
+
-# [3.5.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.2.0...v3.5.0) (2017-01-18)
+# [3.5.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.2.0...3.5.0) (2017-01-18)
### Features
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index b9f358a..1d8e766 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -26,6 +26,7 @@ npm test
- [browserify](https://github.com/substack/node-browserify): browser-side require() the node way
- [codeclimate-test-reporter](https://github.com/codeclimate/javascript-test-reporter): Code Climate test reporter client for javascript projects
+- [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog): Commitizen adapter following the conventional-changelog format.
- [gulp](https://github.com/gulpjs/gulp): The streaming build system
- [jasmine-core](https://github.com/jasmine/jasmine): Official packaging of Jasmine's core files for use by Node.js projects.
- [jest](https://github.com/facebook/jest): Painless JavaScript Testing.
@@ -38,6 +39,7 @@ npm test
- [karma-jasmine](https://github.com/karma-runner/karma-jasmine): A Karma plugin - adapter for Jasmine testing framework.
- [karma-nested-reporter](https://github.com/JamieMason/karma-nested-reporter): Easier to read test output with nested describe and it blocks.
- [saucelabs](https://github.com/holidayextras/node-saucelabs): A wrapper around Sauce Labs REST API
+- [validate-commit-msg](https://github.com/kentcdodds/validate-commit-msg): Script to validate a commit message follows the conventional changelog standard
- [vinyl-source-stream](https://github.com/hughsk/vinyl-source-stream): Use conventional text streams at the start of your gulp or vinyl pipelines
- [xo](https://github.com/sindresorhus/xo): JavaScript happiness style linter ❤️
diff --git a/package.json b/package.json
index bba9e96..b3953fa 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "jasmine-expect",
"description": "Additional matchers for the Jasmine BDD JavaScript testing library",
- "version": "3.5.0",
+ "version": "3.6.0",
"author": "Jamie Mason (https://github.com/JamieMason)",
"bugs": {
"url": "https://github.com/JamieMason/Jasmine-Matchers/issues"