Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 970 Bytes

CHANGELOG.md

File metadata and controls

44 lines (23 loc) · 970 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.0-rc.3] - 2022-01-02

  • 🚀 Upgraded to NET6.0

[2.0.0-rc.2] - 2020-11-14

Fixed

  • Exceptions getting thrown in the Exception retry's.

[2.0.0-rc.1] - 2020-11-14

Fixed

  • Exceptions getting thrown in the Exception retry's.

[2.0.0-RC.1] - 2020-11-14

Fixed

  • CheckRavenDbPolicy -> CheckRavenDbPolicyAsync (sync to async .. was ignoring exceptions getting thrown)
  • SetupRavenDbPolicyAsync -> SetupRavenDbPolicyAsync (sync to async .. was ignoring exceptions getting thrown)

Added

  • Added Changelog.
  • Multi-Targetting NETStandard 2.0 and NET5.0

[1.0.0] - 2020-11-03

Added

  • 🚀 Initial release.