Skip to content

Commit 4bfec58

Browse files
authored
Merge pull request #26 from EasyPost/v0.5.1
chore: prepare v0.5.1 for release
2 parents 6fccb2a + 0e85b61 commit 4bfec58

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
2727
Add 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)