Skip to content

Commit f50b92a

Browse files
authored
- Prep for 0.4.1 release (#15)
1 parent a1881f0 commit f50b92a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## v0.4.1 (2022-10-19)
4+
5+
- Fix a bug where the error stream of a bad HTTP request (4xx or 5xx) was not properly recreated on replay.
6+
37
## v0.4.0 (2022-10-04)
48

59
- New feature: Set expiration time for interactions (how long since it was recorded should an interaction be considered valid)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

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.4.0</version>
10+
<version>0.4.1</version>
1111
<packaging>jar</packaging>
1212

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

0 commit comments

Comments
 (0)