0.82.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4eaea26..36f6587 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@
 endif()
 
 set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "81")
+set(POPPLER_MINOR_VERSION "82")
 set(POPPLER_MICRO_VERSION "0")
 set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
 
@@ -497,7 +497,7 @@
 else()
 add_library(poppler ${poppler_SRCS})
 endif()
-set_target_properties(poppler PROPERTIES VERSION 91.0.0 SOVERSION 91)
+set_target_properties(poppler PROPERTIES VERSION 92.0.0 SOVERSION 92)
 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 d856bd2..973f969 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Release 0.82.0:
+        core:
+         * Fix not being able to open some files. Issue #832
+         * Fix crashes in malformed files
+         * Fix memory leak on broken files
+         * Minor performance improvements
+         * Minor code improvements
+
+        glib:
+         * Add poppler_document_new_from_bytes
+         * PopplerAttachment: Silence deprecation warnings for ctime/mtime
+
+        build system:
+         * pdf-inspector: Support builddir != srcdir
+         * Install Cairo* headers if Cairo has been found
+
 Release 0.81.0:
         core:
          * Splash: Always enable support for CMYK rasterization
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 94321ab..c97315c 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         = 0.81.0
+PROJECT_NUMBER         = 0.82.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/glib/CMakeLists.txt b/glib/CMakeLists.txt
index cda837f..2781f09 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -86,7 +86,7 @@
   ${CMAKE_SOURCE_DIR}/poppler/CairoRescaleBox.cc
 )
 add_library(poppler-glib ${poppler_glib_SRCS} ${poppler_glib_generated_SRCS})
-set_target_properties(poppler-glib PROPERTIES VERSION 8.14.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.15.0 SOVERSION 8)
 set_target_properties(poppler-glib PROPERTIES C_VISIBILITY_PRESET hidden)
 set_target_properties(poppler-glib PROPERTIES CXX_VISIBILITY_PRESET hidden)
 set_target_properties(poppler-glib PROPERTIES VISIBILITY_INLINES_HIDDEN 1)
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index b3626f8..7f8fc59 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         = 0.81.0
+PROJECT_NUMBER         = 0.82.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.