Skip to content

Commit 1e5911f

Browse files
committed
Updated README.md and CHANGELOG.md
1 parent fa9a6f1 commit 1e5911f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 2.1.3
2+
3+
* Add OSGi metadata
4+
5+
# 2.1.2
6+
7+
* Fixed http error mapping - title field is now the error message
8+
* Fixed: NullPointerException while getting non-existent proxy #8
9+
* Introduced getProxyOrNull() method #8
10+
* Added LIMIT\_DATA toxic
11+
12+
# 2.1.1
13+
14+
* Fixed NPE in ToxicList.get() method #6.
15+
116
# 2.1
217

318
* Fixed support for the reset() API method (#4).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Installation:
1010
<dependency>
1111
<groupId>eu.rekawek.toxiproxy</groupId>
1212
<artifactId>toxiproxy-java</artifactId>
13-
<version>2.1.2</version>
13+
<version>2.1.3</version>
1414
</dependency>
1515
```
1616

0 commit comments

Comments
 (0)