poppler 22.03.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c92e7fd..bd3d628 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@
 endif()
 
 set(POPPLER_MAJOR_VERSION "22")
-set(POPPLER_MINOR_VERSION_STRING "02")
+set(POPPLER_MINOR_VERSION_STRING "03")
 # We want the string version to have 08 but the integer version can't have a leading 0 since otherwise it's considered octal
 # So strip a leading 0 if found in POPPLER_MINOR_VERSION_STRING and store the result in POPPLER_MINOR_VERSION
 string(REGEX REPLACE "^0?(.+)$" "\\1" POPPLER_MINOR_VERSION "${POPPLER_MINOR_VERSION_STRING}")
@@ -579,7 +579,7 @@
 add_library(poppler ${poppler_SRCS})
 endif()
 generate_export_header(poppler BASE_NAME poppler-private EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler_private_export.h")
-set_target_properties(poppler PROPERTIES VERSION 118.0.0 SOVERSION 118)
+set_target_properties(poppler PROPERTIES VERSION 119.0.0 SOVERSION 119)
 if(MINGW AND BUILD_SHARED_LIBS)
     get_target_property(POPPLER_SOVERSION poppler SOVERSION)
     set_target_properties(poppler PROPERTIES SUFFIX "-${POPPLER_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/NEWS b/NEWS
index 06b5903..fab8fb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Release 22.03.0:
+        core:
+         * Signature: Fix finding Signatures that are in Pages not not in the global the Forms object
+         * Signature: Improve getting the path to the firefox certificate database
+         * Splash: Fix rendering of some joints. Issue #1212
+         * Fix get_poppler_localdir for relocatable Windows builds
+         * Minor code improvements
+
+        qt:
+         * Minor code improvements
+
+        utils:
+         * pdfimages: Fix the wrong Stream being passed for drawMaskedImage
+
+        build system:
+         * Small code improvements
+
 Release 22.02.0:
         core:
          * Signature: Add a way to detect unsigned FormFieldSignature
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 46bc25b..0fb8b7a 100644
--- a/cpp/Doxyfile
+++ b/cpp/Doxyfile
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 22.02.0
+PROJECT_NUMBER         = 22.03.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 9f9e652..656e94b 100644
--- a/qt5/src/Doxyfile
+++ b/qt5/src/Doxyfile
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 22.02.0
+PROJECT_NUMBER         = 22.03.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
diff --git a/qt6/src/Doxyfile b/qt6/src/Doxyfile
index 5291154..0a47886 100644
--- a/qt6/src/Doxyfile
+++ b/qt6/src/Doxyfile
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 22.02.0
+PROJECT_NUMBER         = 22.03.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.