diff --git a/CHANGELOG.md b/CHANGELOG.md index 413ae3a..9b29586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ The changelog for BOKOR includes information about the each release including an --- -## 1.0.1 + +## 1.1.1 ### Release Notes -#### Added +#### Fixed -- I AM BORN! +- Allow multiple values to be substituted from the same key +--- ## 1.1.0 @@ -19,3 +21,12 @@ The changelog for BOKOR includes information about the each release including an - Relative Dates Time objects! Ability to have dynamic mocked date time values. - Ability to turn off the admin server via configuration. + +--- + +## 1.0.1 + +### Release Notes +#### Added + +- I AM BORN! diff --git a/package.json b/package.json index 3e042e9..e270e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bokor", - "version": "1.1.0", + "version": "1.1.1", "description": "Bokor is a simple, Record and Playback Mock Server written in Node.js, utilized for Service Virtualization.", "main": "index.js", "scripts": {