diff --git a/.openshiftio/application.yaml b/.openshiftio/application.yaml
index e553fc6c..46da3898 100644
--- a/.openshiftio/application.yaml
+++ b/.openshiftio/application.yaml
@@ -91,7 +91,7 @@ objects:
provider: nodeshift
expose: 'true'
project: nodejs-rest-http-crud
- version: 1.2.0
+ version: 1.2.1
- apiVersion: v1
kind: DeploymentConfig
metadata:
@@ -100,7 +100,7 @@ objects:
app: nodejs-rest-http-crud
provider: nodeshift
project: nodejs-rest-http-crud
- version: 1.2.0
+ version: 1.2.1
spec:
template:
spec:
@@ -149,7 +149,7 @@ objects:
app: nodejs-rest-http-crud
project: nodejs-rest-http-crud
provider: nodeshift
- version: 1.2.0
+ version: 1.2.1
replicas: 1
selector:
app: nodejs-rest-http-crud
@@ -178,7 +178,7 @@ objects:
labels:
provider: nodeshift
project: nodejs-rest-http-crud
- version: 1.2.0
+ version: 1.2.1
- apiVersion: v1
kind: Secret
metadata:
@@ -186,7 +186,7 @@ objects:
labels:
provider: nodeshift
app: nodejs-rest-http-crud
- version: 1.2.0
+ version: 1.2.1
stringData:
user: luke
password: secret
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebbf1bc9..9adfc28d 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.2.1](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.0...v1.2.1) (2018-03-07)
+
+
+### Bug Fixes
+
+* **package:** need to run the licenser after the version bump ([8fe160f](https://github.com/bucharest-gold/nodejs-rest-http-crud/commit/8fe160f))
+
+
+
# [1.2.0](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.1.1...v1.2.0) (2018-03-07)
diff --git a/licenses/licenses.xml b/licenses/licenses.xml
index 5eed4eb5..61781bfe 100644
--- a/licenses/licenses.xml
+++ b/licenses/licenses.xml
@@ -1,7 +1,7 @@
nodejs-rest-http-crud
- 1.1.1
+ 1.2.1
Apache-2.0
diff --git a/package-lock.json b/package-lock.json
index 93986b74..19ba4a95 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nodejs-rest-http-crud",
- "version": "1.2.0",
+ "version": "1.2.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3ff871de..e2845f66 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nodejs-rest-http-crud",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",