diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4e6d6f..0697323 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.
+
+# [1.24.0](https://github.com/edahlseng/configuration-ci-general/compare/v1.23.1...v1.24.0) (2019-10-13)
+
+
+### Features
+
+* Add NPM dependency caching to install-dependencies-npm job ([9ed2f8f](https://github.com/edahlseng/configuration-ci-general/commit/9ed2f8f))
+
+
+
## [1.23.1](https://github.com/edahlseng/configuration-ci-general/compare/v1.23.0...v1.23.1) (2019-10-10)
diff --git a/package.json b/package.json
index 574ac04..93fdae4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "configuration-ci-general",
"private": true,
- "version": "1.23.1",
+ "version": "1.24.0",
"description": "General Continuous Integration Configuration ------------------------------------",
"main": "index.js",
"scripts": {