Skip to content

Commit

Permalink
- Bump version number (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored May 17, 2023
1 parent 2c80bb5 commit 991546c
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,8 +1,9 @@
# CHANGELOG

## Next Release
## v0.9.0 (2023-05-17)

- Fix a bug where URLs were not being extracted correctly, potentially causing false matches when matching by URL
- New match rules for matching by query parameters, by path or by custom user-defined rules

## v0.8.0 (2022-12-20)

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.8.0</version>
<version>0.9.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.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: AssemblyInformationalVersion("0.8.0")]
[assembly: AssemblyVersion("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: AssemblyInformationalVersion("0.9.0")]

0 comments on commit 991546c

Please sign in to comment.