Skip to content

Commit

Permalink
Merge pull request #15 from EasyPost/release_prep
Browse files Browse the repository at this point in the history
[chore] Prep for 0.3.1 release
  • Loading branch information
Justintime50 authored May 26, 2022
2 parents becd94d + 2b4ce91 commit 9de0007
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.3.1 (2022-05-26)

- Improvements to censoring
- Null values won't be replaced during censoring, avoid interfering with de/serialization
- Censoring runs recursively through nested dictionaries and lists

## v0.3.0 (2022-05-24)

- Performance improvements to censoring
Expand Down
2 changes: 1 addition & 1 deletion EasyVCR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>EasyVCR</id>
<title>EasyVCR</title>
<version>0.3.0</version>
<version>0.3.1</version>
<authors>EasyPost</authors>
<owners>EasyPost</owners>
<projectUrl>https://github.com/EasyPost/easyvcr-csharp</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions EasyVCR/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;

// Version information for an assembly must follow semantic versioning
[assembly: AssemblyVersion("0.3.0")]
[assembly: AssemblyFileVersion("0.3.0")]
[assembly: AssemblyInformationalVersion("0.3.0")]
[assembly: AssemblyVersion("0.3.1")]
[assembly: AssemblyFileVersion("0.3.1")]
[assembly: AssemblyInformationalVersion("0.3.1")]

0 comments on commit 9de0007

Please sign in to comment.