Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 08b583c

Browse files
Bump for rel 2.1.0 and release notes update
1 parent 8e04d9d commit 08b583c

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
The changelog for BOKOR includes information about the each release including any update notes, release notes as well as bug fixes, updates to existing features and new features.
44

5+
---
6+
## 2.1.0
7+
8+
### Release Notes
9+
#### Added
10+
11+
- Update variable definition - thanks! [Kwang-in (Dennis) Jung](https://github.com/djKooks)
12+
- Updated dependencies for security
13+
514
---
615
## 2.0.0
716

@@ -19,7 +28,7 @@ The changelog for BOKOR includes information about the each release including an
1928
#### Added
2029

2130
- Updated dependencies for security
22-
- Clean up demo code
31+
- Clean up demo code - thanks! [Ben Williams](https://github.com/desertblade)
2332

2433
---
2534
## 1.3.2
@@ -35,8 +44,8 @@ The changelog for BOKOR includes information about the each release including an
3544
### Release Notes
3645
#### Added
3746

38-
- Added command line interface.
39-
- Return server as promise.
47+
- Added command line interface. - thanks! [Erik Sutherland](https://github.com/MrRacoon)
48+
- Return server as promise. - thanks! [Erik Sutherland](https://github.com/MrRacoon)
4049
- Updated dependencies for security
4150

4251
---
@@ -46,7 +55,7 @@ The changelog for BOKOR includes information about the each release including an
4655
### Release Notes
4756
#### Added
4857

49-
- Ability to enable mocking services with self-signed certs via configuration.
58+
- Ability to enable mocking services with self-signed certs via configuration. - thanks! [Austin Corso](https://github.com/austinmcorso)
5059

5160
---
5261

@@ -55,7 +64,7 @@ The changelog for BOKOR includes information about the each release including an
5564
### Release Notes
5665
#### Fixed
5766

58-
- Allow multiple values to be substituted from the same key
67+
- Allow multiple values to be substituted from the same key thanks! [Tony Gaskell](https://github.com/thgaskell)
5968

6069
---
6170

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bokor",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Bokor is a simple, Record and Playback Mock Server written in Node.js, utilized for Service Virtualization.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)