Skip to content

Commit

Permalink
[chore] Prep for 0.2.0 release (#4)
Browse files Browse the repository at this point in the history
* Prep for 0.2.0 release
  • Loading branch information
nwithan8 authored May 31, 2022
1 parent 14eef1c commit b44dcd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.2.0 (2022-05-31)

- Enhance censoring to work on nested data
- Censoring only works on JSON data; attempting to censor non-JSON data will throw an exception
- Fix request body not being sent on POST, PUT, PATCH requests

## v0.1.0 (2022-05-18)

- Initial release
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.easypost</groupId>
<artifactId>easyvcr</artifactId>

<version>0.1.0</version>
<version>0.2.0</version>
<packaging>jar</packaging>

<name>com.easypost:easyvcr</name>
Expand Down

0 comments on commit b44dcd3

Please sign in to comment.