Skip to content

Commit

Permalink
Merge pull request #18 from EasyPost/v0.4.0
Browse files Browse the repository at this point in the history
chore: prepare v0.4.0 for release
  • Loading branch information
Justintime50 authored Jun 13, 2022
2 parents c557c0b + a8cff9e commit c0ea440
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CHANGELOG

## Next Release
## v0.4.0 (2022-06-13)

- Improvements to censoring
- Ability to define censored elements individually, with per-element case sensitivity
- Improvements to matching
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.1</version>
<version>0.4.0</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.1")]
[assembly: AssemblyFileVersion("0.3.1")]
[assembly: AssemblyInformationalVersion("0.3.1")]
[assembly: AssemblyVersion("0.4.0")]
[assembly: AssemblyFileVersion("0.4.0")]
[assembly: AssemblyInformationalVersion("0.4.0")]

0 comments on commit c0ea440

Please sign in to comment.