Skip to content

Commit c09f6ca

Browse files
committed
💄
1 parent a746957 commit c09f6ca

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -8,14 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
89

910

1011
## [2.0.0-RC.1] - 2020-11-14
12+
1113
### Fixed
12-
- CheckRavenDbPolicy -> CheckRavenDbPolicyAsync (sync to async .. was ignoring exceptions getting thrown)
13-
- SetupRavenDbPolicyAsync -> SetupRavenDbPolicyAsync (sync to async .. was ignoring exceptions getting thrown)
14+
15+
- `CheckRavenDbPolicy` -> `CheckRavenDbPolicyAsync` (sync to async .. was ignoring exceptions getting thrown)
16+
- `SetupRavenDbPolicyAsync` -> `SetupRavenDbPolicyAsync` (sync to async .. was ignoring exceptions getting thrown)
1417

1518
### Added
19+
1620
- Added Changelog.
17-
- Multi-Targetting NetStandard 2.0 and NET5.0
21+
- Multi-Targetting NETStandard 2.0 and NET5.0
1822

1923
## [1.0.0] - 2020-11-03
24+
2025
### Added
21-
- Initial release.
26+
27+
- :rocket: Initial release.

0 commit comments

Comments
 (0)