diff --git a/EngageEvents.Test/Properties/AssemblyInfo.cs b/EngageEvents.Test/Properties/AssemblyInfo.cs
index 95b8471..22bdefb 100644
--- a/EngageEvents.Test/Properties/AssemblyInfo.cs
+++ b/EngageEvents.Test/Properties/AssemblyInfo.cs
@@ -6,7 +6,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AssemblyInfo")]
-[assembly: AssemblyCopyright("Copyright © 2014")]
+[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -14,6 +14,5 @@
[assembly: Guid("3d7672f2-2f82-43e7-9770-f5056a16dcd8")]
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.7.3.0")]
-[assembly: AssemblyFileVersion("1.7.3.0")]
+[assembly: AssemblyVersion("1.7.4.0")]
+[assembly: AssemblyFileVersion("1.7.4.0")]
diff --git a/EngageEvents.csproj b/EngageEvents.csproj
index 3832235..fae0da1 100644
--- a/EngageEvents.csproj
+++ b/EngageEvents.csproj
@@ -404,6 +404,7 @@
Module.less
+
diff --git a/Properties/Assemblyinfo.cs b/Properties/Assemblyinfo.cs
index f18578a..5477523 100644
--- a/Properties/Assemblyinfo.cs
+++ b/Properties/Assemblyinfo.cs
@@ -26,8 +26,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
-[assembly: AssemblyFileVersion("1.7.3.0")]
-[assembly: AssemblyVersion("1.7.3.*")]
+[assembly: AssemblyFileVersion("1.7.4.0")]
+[assembly: AssemblyVersion("1.7.4.*")]
[assembly: InternalsVisibleTo("EngageEvents.Tests")]
diff --git a/ReleaseNotes_01.07.04.htm b/ReleaseNotes_01.07.04.htm
new file mode 100644
index 0000000..7135c27
--- /dev/null
+++ b/ReleaseNotes_01.07.04.htm
@@ -0,0 +1,37 @@
+
+
Change Log - Version 1.7.4
+
+
Version 1.7.3
+
+ - Fix bug where an error was thrown when sorting and filtering with lower-cased URL
+
+
Version 1.7.2
+
+ - Fix bug where Delete and Cancel buttons did not take any effect
+ - Fix bug where some recurrence patterns defaulted to the first of the month when first created (but allowed updating)
+ - Fix bug where the Filter button on the calendar view would stop working when changing months
+
+
Version 1.7.0
+
+ - Added support for DNN's search engine and RSS syndication (i.e.
ISearchable
)
+ - Converted old Time Zone/Daylight Time stuff with real Time Zone stuff
+ - Added a whole bunch of Time Zone properties to be accessible from templates (e.g. time zone names and offsets)
+ - Added localized time properties to be accessible from templates (i.e. show event time in user's time zone)
+ - Made Description and Location fields optional
+ - Added ability to style events to look different if they've hit their registration cap
+ - Don't allow registrations on new event by default (but you can turn that back on via a module setting)
+ - Fixed an issue where registering for events didn't work in a lot of cases in DNN 6.
+ - Fixed an issue where paging through the events or responses lists on one module would cause other modules on the same page to change pages as well.
+ - Fixed an issue where line breaks entered in the Overview field of an event were not displayed.
+ - Fixed an issue where rescheduling an event lost all registrations for the event.
+ - Fixed an issue where the first day of the week in the calendar view was always Sunday, rather than coming from the site's culture.
+ - Fixed an issue where two events modules on one page were affected by each others' paging.
+
+
Known Issues
+
+ - The entire range of a recurring event might not display on the Calendar view. To increase performance, only 1,000 possible dates are considered to display. This means that only about 33 years of a yearly recurrence will display, while close to the full 1,000 days of a daily recurrence will be shown.
+
+
\ No newline at end of file