diff --git a/CHANGELOG.md b/CHANGELOG.md
index 524530a..b2eaf1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+## [1.3.4](https://github.com/zywave/SMLogging/compare/1.3.3...v1.3.4) (2016-10-31)
+
+
+### Bug Fixes
+
+* better app name for IIS applications ([3db8b5a](https://github.com/zywave/SMLogging/commit/3db8b5a))
+* net35 include AppDomainHelpers ([a7e1231](https://github.com/zywave/SMLogging/commit/a7e1231))
+* reenqueue events if file lock is not aquired ([d0bb0ba](https://github.com/zywave/SMLogging/commit/d0bb0ba))
+
+
+
## [1.3.3](https://github.com/zywave/SMLogging/compare/1.3.2...v1.3.3) (2016-08-11)
diff --git a/NuGet.nuspec b/NuGet.nuspec
index a538c15..d6a4297 100644
--- a/NuGet.nuspec
+++ b/NuGet.nuspec
@@ -2,7 +2,7 @@
SMLogging
Service Model Logging
- 1.3.3
+ 1.3.4
Zywave
https://github.com/Zywave/SMLogging
https://raw.githubusercontent.com/Zywave/SMLogging/master/LICENSE
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8cc6f35..9df3942 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -1,3 +1,5 @@
### Bug Fixes
-* remove invalid file name characters ([3a50684](https://github.com/zywave/SMLogging/commit/3a50684))
\ No newline at end of file
+* better app name for IIS applications ([3db8b5a](https://github.com/zywave/SMLogging/commit/3db8b5a))
+* net35 include AppDomainHelpers ([a7e1231](https://github.com/zywave/SMLogging/commit/a7e1231))
+* reenqueue events if file lock is not aquired ([d0bb0ba](https://github.com/zywave/SMLogging/commit/d0bb0ba))
\ No newline at end of file
diff --git a/SMLogging-net35/Properties/AssemblyInfo.cs b/SMLogging-net35/Properties/AssemblyInfo.cs
index 4fd0777..62f5824 100644
--- a/SMLogging-net35/Properties/AssemblyInfo.cs
+++ b/SMLogging-net35/Properties/AssemblyInfo.cs
@@ -13,6 +13,6 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("151c949d-8353-406c-b331-7c9fc06ef08f")]
-[assembly: AssemblyVersion("1.3.3.0")]
-[assembly: AssemblyFileVersion("1.3.3.0")]
+[assembly: AssemblyVersion("1.3.4.0")]
+[assembly: AssemblyFileVersion("1.3.4.0")]
[assembly: CLSCompliant(true)]
diff --git a/SMLogging.Lab.Client/Properties/AssemblyInfo.cs b/SMLogging.Lab.Client/Properties/AssemblyInfo.cs
index 5428bb0..c62229b 100644
--- a/SMLogging.Lab.Client/Properties/AssemblyInfo.cs
+++ b/SMLogging.Lab.Client/Properties/AssemblyInfo.cs
@@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.3.3.0")]
-[assembly: AssemblyVersion("1.3.3.0")]
-[assembly: AssemblyFileVersion("1.3.3.0")]
+// [assembly: AssemblyVersion("1.3.4.0")]
+[assembly: AssemblyVersion("1.3.4.0")]
+[assembly: AssemblyFileVersion("1.3.4.0")]
diff --git a/SMLogging.Lab/Properties/AssemblyInfo.cs b/SMLogging.Lab/Properties/AssemblyInfo.cs
index c61a2ce..d1fbf29 100644
--- a/SMLogging.Lab/Properties/AssemblyInfo.cs
+++ b/SMLogging.Lab/Properties/AssemblyInfo.cs
@@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.3.3.0")]
-[assembly: AssemblyVersion("1.3.3.0")]
-[assembly: AssemblyFileVersion("1.3.3.0")]
+// [assembly: AssemblyVersion("1.3.4.0")]
+[assembly: AssemblyVersion("1.3.4.0")]
+[assembly: AssemblyFileVersion("1.3.4.0")]
diff --git a/SMLogging.Setup.CustomActions/Properties/AssemblyInfo.cs b/SMLogging.Setup.CustomActions/Properties/AssemblyInfo.cs
index c521bae..597a94e 100644
--- a/SMLogging.Setup.CustomActions/Properties/AssemblyInfo.cs
+++ b/SMLogging.Setup.CustomActions/Properties/AssemblyInfo.cs
@@ -10,5 +10,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("9ab080ba-8c47-4db9-ad1b-6404ac9e5c2c")]
-[assembly: AssemblyVersion("1.3.3.0")]
-[assembly: AssemblyFileVersion("1.3.3.0")]
+[assembly: AssemblyVersion("1.3.4.0")]
+[assembly: AssemblyFileVersion("1.3.4.0")]
diff --git a/SMLogging.Setup/Product.wxs b/SMLogging.Setup/Product.wxs
index fab2afc..022fe21 100644
--- a/SMLogging.Setup/Product.wxs
+++ b/SMLogging.Setup/Product.wxs
@@ -1,5 +1,5 @@
-
+
diff --git a/SMLogging/Properties/AssemblyInfo.cs b/SMLogging/Properties/AssemblyInfo.cs
index f12ea10..35caf6d 100644
--- a/SMLogging/Properties/AssemblyInfo.cs
+++ b/SMLogging/Properties/AssemblyInfo.cs
@@ -12,6 +12,6 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("7a39f680-a620-4b15-af44-56cf6e880a7f")]
-[assembly: AssemblyVersion("1.3.3.0")]
-[assembly: AssemblyFileVersion("1.3.3.0")]
+[assembly: AssemblyVersion("1.3.4.0")]
+[assembly: AssemblyFileVersion("1.3.4.0")]
[assembly: CLSCompliant(true)]
diff --git a/appveyor.yml b/appveyor.yml
index 1f8309d..0c1b704 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,7 +10,7 @@ environment:
SIGNING_KEY_PASSWORD:
secure: q/2tcRmM2IULkFnXQ1DUIA==
SN_PATH: C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\sn.exe
- VERSION_PREFIX: 1.3.3
+ VERSION_PREFIX: 1.3.4
before_build:
- ps: >-
nuget restore
diff --git a/package.json b/package.json
index 264f1f9..af99547 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "SMLogging",
- "version": "1.3.3",
+ "version": "1.3.4",
"private": true,
"repository": {
"type": "git",