We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14eef1c commit b44dcd3Copy full SHA for b44dcd3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
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
9
## v0.1.0 (2022-05-18)
10
11
- Initial release
VERSION
@@ -1 +1 @@
-0.1.0
+0.2.0
pom.xml
@@ -7,7 +7,7 @@
<groupId>com.easypost</groupId>
<artifactId>easyvcr</artifactId>
- <version>0.1.0</version>
+ <version>0.2.0</version>
<packaging>jar</packaging>
12
13
<name>com.easypost:easyvcr</name>
0 commit comments