diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b8845..f0e2ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # CHANGELOG -## Next Release +## v0.3.0 (2022-06-13) + - Improvements to censoring - Ability to define censored elements individually, with per-element case sensitivity - Improvements to matching diff --git a/README.md b/README.md index c731210..005dc63 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This can be useful for speeding up your test suite, or for running your tests on ## How to use EasyVCR -#### Step 1. +### Step 1 Run your test suite locally against a real HTTP endpoint in recording mode @@ -45,7 +45,7 @@ public class Example { Real HTTP calls will be made and recorded to the cassette file. -#### Step 2. +### Step 2 Switch to replay mode: @@ -73,6 +73,7 @@ public class Example { } } ``` + Now when tests are run, no real HTTP calls will be made. Instead, the HTTP responses will be replayed from the cassette file. ### Available modes diff --git a/VERSION b/VERSION index 0ea3a94..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/pom.xml b/pom.xml index 289bc65..a804a32 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,12 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.easypost easyvcr - 0.2.0 + 0.3.0 jar com.easypost:easyvcr @@ -255,5 +254,5 @@ - +