diff --git a/CHANGES.md b/CHANGES.md
index 5545e479..55a54421 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,11 @@
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.
+
+## [5.13.1](https://github.com/IBM-Swift/generator-swiftserver/compare/5.13.0...5.13.1) (2019-04-25)
+
+
+
# [5.13.0](https://github.com/IBM-Swift/generator-swiftserver/compare/5.12.1...5.13.0) (2019-04-18)
diff --git a/package-lock.json b/package-lock.json
index 0ba4e87a..2ab861d0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "generator-swiftserver",
- "version": "5.13.0",
+ "version": "5.13.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 6791c015..55bd961b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "generator-swiftserver",
- "version": "5.13.0",
+ "version": "5.13.1",
"description": "Generator for Kitura REST webservice servers",
"main": "app/index.js",
"scripts": {