update version and change report
diff --git a/src/cmake/projectVersionDetails.cmake b/src/cmake/projectVersionDetails.cmake
index 71f9917..8b61619 100644
--- a/src/cmake/projectVersionDetails.cmake
+++ b/src/cmake/projectVersionDetails.cmake
@@ -2,5 +2,5 @@
 # setting the project version. The variable name must not
 # clash with the log4cxx_VERSION* variables automatically
 # defined by the project() command.
-set(log4cxx_VER 1.0.0.0)
+set(log4cxx_VER 1.1.0.0)
 set(log4cxx_ABI_VER 15)
diff --git a/src/site/markdown/change-report-gh.md b/src/site/markdown/change-report-gh.md
index 3c36ca3..ca43198 100644
--- a/src/site/markdown/change-report-gh.md
+++ b/src/site/markdown/change-report-gh.md
@@ -25,6 +25,7 @@
 
 | Version                                                                                | Date       | Description          |
 | -------------------------------------------------------------------------------------- | ---------- | -------------------- |
+| [1.1.0](#rel_1_1_0) | 2023-05-01 | General bugfix release  |
 | [1.0.0](#rel_1_0_0) | 2023-01-01 | Major release to standardize the library and make it ABI stable  |
 | [0.13.0](#rel_13_0) | 2022-04-15 | Maintenance release  |
 | [0.12.1](#rel_12_1) | 2021-09-21 | Bugfix for 0.12.0 |
@@ -43,6 +44,16 @@
 | [0.1.0](#rel_1_0)   | 2003-07-08 |                      |
 | [0.0.1](#rel_0_1)   | 2003-05-31 |                      |
 
+## Release 1.1.0 - 2023-05-01 {#rel_1_1_0}
+
+This is a general maintenance release.  The following bugs/issues have been fixed:
+
+* Fix to build on Windows Server 2016
+* Fix compiling errors with older compilers
+* Make ODBC and SMTP opt-in instead of automatic
+* Parameterize statements for ODBC inserts.  Add new generic DBAppender class that uses APR for database support
+* Fix Qt support
+
 ## Release 1.0.0 - 2023-01-01 {#rel_1_0_0}
 
 This is a major release that fixes a number of long-standing issues and is desinged