diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6441a97..dd89898 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [3.10.0](https://github.com/godaddy/kubernetes-client/compare/3.8.0...v3.10.0) (2017-03-03)
+
+
+### Bug Fixes
+
+* **response `content-type` checking:** more robust JSON response handling (#89) ([ace816e](https://github.com/godaddy/kubernetes-client/commit/ace816e))
+
+
+### Features
+
+* **Support for more APIs:** Apps, Batch, and RBAC (#78) ([3734e12](https://github.com/godaddy/kubernetes-client/commit/3734e12))
+
+
+
# [3.9.0](https://github.com/godaddy/kubernetes-client/compare/3.8.0...v3.9.0) (2017-02-27)
diff --git a/package.json b/package.json
index e73255a..c567780 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "kubernetes-client",
- "version": "3.9.0",
+ "version": "3.10.0",
"description": "Simplified Kubernetes API client.",
"main": "lib/index.js",
"scripts": {