diff --git a/VERSION b/VERSION
index 12f895e4..4044f908 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-11.7.1
+12.0.0
diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md
index c0eef386..2d43fe0e 100644
--- a/docs/ReleaseNotes.md
+++ b/docs/ReleaseNotes.md
@@ -2,7 +2,7 @@
# Release Notes
@brief Detailed description of changes included within each new release.
-## Version 12.0.0 - ???? ??, ????
+## Version 12.0.0 - June 8, 2023
* The library has been consolidated into a single build using 4-byte
integers. It can still be linked to Fortran application codes which are compiled
@@ -17,10 +17,10 @@ as 4-byte integers before calling them.
* The interface between the C and Fortran components of the library has
been modernized. Accordingly, Fortran application codes must now contain a
-"use bufr_interface" statement to directly call any C functions within
+'use bufr_interface' statement to directly call any C functions within
the library, and C application codes must now contain an
-"\#include "bufr_interface.h" statement to directly call any Fortran
-or C functions within the library.
+'include "bufr_interface.h"' preprocessor statement to directly call
+any Fortran or C functions within the library.
[[Issue #79](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/79)]
* Subroutines ufbqcd() and ufbqcp() have been modified to pass call
@@ -28,9 +28,17 @@ arguments containing event program codes as integers, rather than
continuing to pass them as real numbers.
[[Issue #78](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/78)]
+* An extension was added to support the query interface for C++ IODA
+converters.
+[[Issue #451](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/451)]
+
* Support for legacy EBCDIC platforms has been removed.
[[Issue #266](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/266)]
+* The library has been patched to exit gracefully from subroutine readsb() if
+an erroneous delayed replication factor is read within subroutine usrtpl().
+[[Issue #495](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/495)]
+
* The library has been cleaned up to eliminate a number of compiler warnings.
[[Issue #300](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/300)]
@@ -38,6 +46,7 @@ continuing to pass them as real numbers.
use of Doxygen-style docblocks for all program files.
[[Issue #246](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/246)]
+
## Version 11.7.1 - August 26, 2022
* More extensions were added to support the query interface for C++ IODA
diff --git a/docs/user_guide.md b/docs/user_guide.md
index 3b9150d3..d5b4048f 100644
--- a/docs/user_guide.md
+++ b/docs/user_guide.md
@@ -2,6 +2,7 @@
## Documentation for Previous Versions of NCEPLIBS-bufr
+* [NCEPLIBS-bufr-11.7.1](https://noaa-emc.github.io/NCEPLIBS-bufr/previous_versions/v11.7.1/index.html)
* [NCEPLIBS-bufr-11.7.0](https://noaa-emc.github.io/NCEPLIBS-bufr/previous_versions/v11.7.0/index.html)
* [NCEPLIBS-bufr-11.6.0](https://noaa-emc.github.io/NCEPLIBS-bufr/previous_versions/v11.6.0/index.html)
* [NCEPLIBS-bufr-11.5.0](https://noaa-emc.github.io/NCEPLIBS-bufr/previous_versions/v11.5.0/index.html)