diff --git a/Analogy/CommonChangeLog.cs b/Analogy/CommonChangeLog.cs index 9be7a61a..3c704be3 100644 --- a/Analogy/CommonChangeLog.cs +++ b/Analogy/CommonChangeLog.cs @@ -9,6 +9,7 @@ public static IEnumerable GetChangeLog() { return new List { + new ("V7.0.0 - Split Interface nuget to Non Windows Types #2094", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 09, 07), "7.0.0"), new ("V6.0.2 - DevExpress 24.1 #2055", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 06, 28), "6.0.2"), new ("V6.0.2 - Remove Net Framework 4.7.1 due to low usage #2040", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 06, 07), "6.0.2"), new ("V6.0.2 - Remove NET7 as it reached End Of Life #2039", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 06, 07), "6.0.2"),