Skip to content

Commit b44dcd3

Browse files
authored
[chore] Prep for 0.2.0 release (#4)
* Prep for 0.2.0 release
1 parent 14eef1c commit b44dcd3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.2.0 (2022-05-31)
4+
5+
- Enhance censoring to work on nested data
6+
- Censoring only works on JSON data; attempting to censor non-JSON data will throw an exception
7+
- Fix request body not being sent on POST, PUT, PATCH requests
8+
39
## v0.1.0 (2022-05-18)
410

511
- Initial release

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.easypost</groupId>
88
<artifactId>easyvcr</artifactId>
99

10-
<version>0.1.0</version>
10+
<version>0.2.0</version>
1111
<packaging>jar</packaging>
1212

1313
<name>com.easypost:easyvcr</name>

0 commit comments

Comments
 (0)