diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab20e262..e956f96d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # Splunk Enterprise SDK for Python Changelog
 
-## Version 2.0.0-beta
+## Version 2.0.0
 
 ### Feature updates
 * `ensure_binary`, `ensure_str` and `assert_regex` utility methods have been migrated from `six.py` to `splunklib/utils.py`
@@ -13,6 +13,13 @@
 * Updated CI test matrix to run with Python versions - 3.7 and 3.9
 * Refactored Code throwing `deprecation` warnings
 * Refactored Code violating Pylint rules
+
+### Bug fixes
+* [#527](https://github.com/splunk/splunk-sdk-python/issues/527) Added check for user roles 
+* Fix to access the metadata "finished" field in search commands using the v2 protocol.
+* Fix for error messages about ChunkedExternProcessor in splunkd.log for Custom Search Commands.
+
+
 ## Version 1.7.4
 
 ### Bug fixes
diff --git a/README.md b/README.md
index dd58b446..70413efc 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 # The Splunk Enterprise Software Development Kit for Python
 
-#### Version 1.7.4
+#### Version 2.0.0
 
 The Splunk Enterprise Software Development Kit (SDK) for Python contains library code designed to enable developers to build applications using the Splunk platform.