diff --git a/BTDB/BTDB.csproj b/BTDB/BTDB.csproj index b7cf92dd..553d181c 100644 --- a/BTDB/BTDB.csproj +++ b/BTDB/BTDB.csproj @@ -5,7 +5,7 @@ True latest BTDB - 14.4.0 + 14.5.0 Boris Letocha, Lubos Karasek http://github.com/Bobris/BTDB http://www.opensource.org/licenses/mit-license.php diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b5edff..dcbc31c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [unreleased] +## 14.5.0 + ### Added Allow to use DateTime.MinValue and DateTime.MaxValue in ordered context - they will be automatically converted to UTC.