This is an automated email from the ASF dual-hosted git repository. poorejc pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
commit 3326b358bc430f10408448e69075e64a35ba0560 Author: poorejc <[email protected]> AuthorDate: Sat Feb 20 17:37:08 2021 -0500 minor updates to CHANGELOG and readme --- CHANGELOG.md | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3641c5..7be596b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ Apache Flagon UserALE.js (Incubating) 2.1.1 (2021-02-20) ------------------------------- * 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 @@ Additional documentation and a demonstration can be found at the [Apache Flagon ## 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
