File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.5.1 (2023-01-13)
4+
5+ - Removes dead and unused code
6+ - Bumps dependencies to patch security vulnerabilities
7+
38## v0.5.0 (2022-12-20)
49
510- Adds the ability to censor parts of a URL path using regex patterns.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add this to your project's POM:
1818<dependency >
1919 <groupId >com.easypost</groupId >
2020 <artifactId >easyvcr</artifactId >
21- <version >0.5.0 </version >
21+ <version >0.5.1 </version >
2222</dependency >
2323```
2424
@@ -27,7 +27,7 @@ Add this to your project's POM:
2727Add this to your project's build file:
2828
2929``` groovy
30- implementation "com.easypost:easyvcr:0.5.0 "
30+ implementation "com.easypost:easyvcr:0.5.1 "
3131```
3232
3333## Supported HTTP Clients
Original file line number Diff line number Diff line change 1- 0.5.0
1+ 0.5.1
Original file line number Diff line number Diff line change 66 <groupId >com.easypost</groupId >
77 <artifactId >easyvcr</artifactId >
88
9- <version >0.5.0 </version >
9+ <version >0.5.1 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >com.easypost:easyvcr</name >
You can’t perform that action at this time.
0 commit comments