File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v0.3.1 (2022-05-26)
4
+
5
+ - Improvements to censoring
6
+ - Null values won't be replaced during censoring, avoid interfering with de/serialization
7
+ - Censoring runs recursively through nested dictionaries and lists
8
+
3
9
## v0.3.0 (2022-05-24)
4
10
5
11
- Performance improvements to censoring
Original file line number Diff line number Diff line change 3
3
<metadata >
4
4
<id >EasyVCR</id >
5
5
<title >EasyVCR</title >
6
- <version >0.3.0 </version >
6
+ <version >0.3.1 </version >
7
7
<authors >EasyPost</authors >
8
8
<owners >EasyPost</owners >
9
9
<projectUrl >https://github.com/EasyPost/easyvcr-csharp</projectUrl >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
3
3
// Version information for an assembly must follow semantic versioning
4
- [ assembly: AssemblyVersion ( "0.3.0 " ) ]
5
- [ assembly: AssemblyFileVersion ( "0.3.0 " ) ]
6
- [ assembly: AssemblyInformationalVersion ( "0.3.0 " ) ]
4
+ [ assembly: AssemblyVersion ( "0.3.1 " ) ]
5
+ [ assembly: AssemblyFileVersion ( "0.3.1 " ) ]
6
+ [ assembly: AssemblyInformationalVersion ( "0.3.1 " ) ]
You can’t perform that action at this time.
0 commit comments