Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 02fdae2

Browse files
committed
Release version: 2.2.1
[ci skip] Powered by CDeliveryBoy.
1 parent c608cba commit 02fdae2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# embedded-consul changelog
22

3-
## 2.2.1 - Unreleased
3+
## 2.2.1 - 2021-04-06
44

55
- bump default Consul version to 1.8.6
66
- add Flag to Disable Addition of Shutdown Hook - [#113](https://github.com/pszymczyk/embedded-consul/pull/113/) - PR by [Eric Glass](https://github.com/ericnglass)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Working on all operating systems: Mac, Linux, Windows.
1515
<dependency>
1616
<groupId>com.pszymczyk.consul</groupId>
1717
<artifactId>embedded-consul</artifactId>
18-
<version>2.2.0</version>
18+
<version>2.2.1</version>
1919
<scope>test</scope>
2020
</dependency>
2121
```
2222

2323
```groovy
24-
testImplementation 'com.pszymczyk.consul:embedded-consul:2.2.0'
24+
testImplementation 'com.pszymczyk.consul:embedded-consul:2.2.1'
2525
```
2626

2727
### Usage

0 commit comments

Comments
 (0)