diff --git a/CHANGELOG b/CHANGELOG index 74a35a449..202e5d490 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ Change Log for Releases ======================= +## 22.04.1 + * Various bug fixes in RLC AM and PDCP for NR + * Fix crash when UE attempted to reestablish in SA + * Remove fixed coreset0 index for SSB + * Add support for SIB5 and SIB6 transmission in LTE + ## 22.04 * Added baseline 5G-SA support to srsUE and srsENB * Added dynamic loading of RF libraries diff --git a/cmake/modules/SRSRANVersion.cmake b/cmake/modules/SRSRANVersion.cmake index dc0395289..3da9d2c25 100644 --- a/cmake/modules/SRSRANVersion.cmake +++ b/cmake/modules/SRSRANVersion.cmake @@ -8,6 +8,6 @@ SET(SRSRAN_VERSION_MAJOR 22) SET(SRSRAN_VERSION_MINOR 04) -SET(SRSRAN_VERSION_PATCH 0) +SET(SRSRAN_VERSION_PATCH 1) SET(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}") SET(SRSRAN_SOVERSION 0)