diff --git a/docs/RELEASE-NOTES.rst b/docs/RELEASE-NOTES.rst
index c8c3e761e..cbc5bcfac 100644
--- a/docs/RELEASE-NOTES.rst
+++ b/docs/RELEASE-NOTES.rst
@@ -5,6 +5,17 @@
 Release Notes
 =============
 
+v10.3.0 (Newton)
+----------------
+
+Added Functionality
+```````````````````
+* Enhanced F5 Driver L7 policy.
+
+Limitations
+```````````
+* None noted.
+
 v10.2.0 (Newton)
 ----------------
 
diff --git a/f5lbaasdriver/__init__.py b/f5lbaasdriver/__init__.py
index 27960b7d2..7b8cce4a4 100644
--- a/f5lbaasdriver/__init__.py
+++ b/f5lbaasdriver/__init__.py
@@ -1 +1 @@
-__version__ = "10.2.0"
+__version__ = "10.3.0"