add 2.1.1 readme and changelog updates
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3641c5..7be596b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,8 @@
 -------------------------------
 * Release Notes - Flagon - Version UserALE.js 2.1.1
 * [Closed Tickets](https://github.com/apache/incubator-flagon-useralejs/projects/3)
-    * Update to Node.js/NPM Engine support (tested 12.x, 13.x, 14.x, 15.x)
+    * Fixes bug in SessionID creation at initial PageLoad
+    * Updates Node.js/NPM Engine support (tested 12.x, 13.x, 14.x, 15.x)
     * Minor updates to resolve extant vulnerabilities in dependency tree
     * Minor updates to update deprecated downstream dev dependencies
     * Minor updates to build pipelines to accommodate dependency updates
diff --git a/README.md b/README.md
index 952d115..8d4d10d 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@
 
 ## What's New in Version 2.1.1?
 
+- Fixes bug in SessionID creation at initial PageLoad
 - Update to Node.js/NPM Engine support (tested 12.x, 13.x, 14.x, 15.x)
 - Minor updates to resolve extant vulnerabilities in dependency tree
 - Minor updates to update deprecated downstream dev dependencies