From c54c2b33ba7c9a917820c27e113321715b37da6d Mon Sep 17 00:00:00 2001 From: Yavuz Tor Date: Wed, 18 Aug 2021 21:28:00 -0500 Subject: [PATCH] Release 1.1.11. --- JsonLogic.Net/JsonLogic.Net.csproj | 2 +- release-notes.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/JsonLogic.Net/JsonLogic.Net.csproj b/JsonLogic.Net/JsonLogic.Net.csproj index fcf5385..2de9809 100644 --- a/JsonLogic.Net/JsonLogic.Net.csproj +++ b/JsonLogic.Net/JsonLogic.Net.csproj @@ -2,7 +2,7 @@ netstandard2.1;netstandard2.0;netstandard1.0 - 1.1.10 + 1.1.11 false Copyright 2018 https://raw.githubusercontent.com/yavuztor/JsonLogic.Net/master/LICENSE diff --git a/release-notes.md b/release-notes.md index 5b22200..4070f62 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,6 @@ +## 1.1.11 +- Fixed "in" operator failing when second argument (the haystack) is null. + ## 1.1.10 - Changed comparison operators to work with string values.