diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6ff02d81..c1024447 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,11 @@ All notable changes to the `python-openflow` project are documented in this file
 [UNRELEASED] - Under development
 ********************************
 
+[2023.2.0] - 2024-02-16
+***********************
+
+No major changes since the last release.
+
 [2023.1.0] - 2023-06-05
 ***********************
 
diff --git a/docs/conf.py b/docs/conf.py
index 34ef03cc..c52f5b9e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -65,10 +65,10 @@
 # built documents.
 #
 # The short X.Y version.
-version = u'2023.1.0'
+version = u'2023.2.0'
 show_version = False
 # The full version, including alpha/beta/rc tags.
-release = u'2023.1.0'
+release = u'2023.2.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/pyof/__init__.py b/pyof/__init__.py
index a143c795..b25c577f 100644
--- a/pyof/__init__.py
+++ b/pyof/__init__.py
@@ -3,4 +3,4 @@
 This package is a library that parses and creates OpenFlow Messages.
 It contains all implemented versions of OpenFlow protocol
 """
-__version__ = '2023.1.0'
+__version__ = '2023.2.0'