diff --git a/Analogy.UnitTests/Analogy.UnitTests.csproj b/Analogy.UnitTests/Analogy.UnitTests.csproj
index 6339fdb8..e848dd91 100644
--- a/Analogy.UnitTests/Analogy.UnitTests.csproj
+++ b/Analogy.UnitTests/Analogy.UnitTests.csproj
@@ -7,7 +7,7 @@
UnitTest
Analogy.UnitTests
Analogy.UnitTests
- Copyright © 2019
+ Copyright © 2019 -2022
full
diff --git a/Analogy/Analogy.csproj b/Analogy/Analogy.csproj
index 5d4b7707..43bbcb92 100644
--- a/Analogy/Analogy.csproj
+++ b/Analogy/Analogy.csproj
@@ -25,7 +25,7 @@
https://github.com/Analogy-LogViewer/Analogy.LogViewer
git
- 4.8.2
+ 4.8.3
Lior Banai © 2019-2022
Analogy Log Viewer
diff --git a/Analogy/CommonChangeLog.cs b/Analogy/CommonChangeLog.cs
index 69439c19..777253bc 100644
--- a/Analogy/CommonChangeLog.cs
+++ b/Analogy/CommonChangeLog.cs
@@ -11,6 +11,7 @@ public static IEnumerable GetChangeLog()
{
return new List
{
+ new AnalogyChangeLog("V4.8.3 - Inline Json Viewer in the message log grid #1208",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2022,03,04)),
new AnalogyChangeLog("V4.8.2 - [DevExpress] Update version to V21.2.5 #1201",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2022,01,25)),
new AnalogyChangeLog("V4.8.1 - [Net6] missing net 6 tag for download update from github #1184",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2021,12,19)),
new AnalogyChangeLog("V4.8.1 - NullReferenceException when opening List of Providers #1183",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2021,12,17)),