diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0a319486..6fbc55697 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [5.2.0](https://github.com/americanexpress/one-app/compare/v5.1.1...v5.2.0) (2020-06-24)
+
+
+### Bug Fixes
+
+* **module-map:** missing baseUrl to module map on server ([#206](https://github.com/americanexpress/one-app/issues/206)) ([c6a251e](https://github.com/americanexpress/one-app/commit/c6a251e))
+* **stateConfig:** incorrect env var for dev-proxy port ([#209](https://github.com/americanexpress/one-app/issues/209)) ([3620a1a](https://github.com/americanexpress/one-app/commit/3620a1a))
+
+
+### Features
+
+* **createTimeoutFetch:** replaced [@americanexpress](https://github.com/americanexpress)/fetch-enhancers ([c12db6f](https://github.com/americanexpress/one-app/commit/c12db6f))
+* **pwa/offline:** html shell ([e8a1dd2](https://github.com/americanexpress/one-app/commit/e8a1dd2))
+
+
## [5.1.1](https://github.com/americanexpress/one-app/compare/v5.1.0...v5.1.1) (2020-06-17)
diff --git a/one-app-statics/package.json b/one-app-statics/package.json
index 461aed1f2..d3ff3c0ab 100644
--- a/one-app-statics/package.json
+++ b/one-app-statics/package.json
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app-statics",
- "version": "5.1.1",
+ "version": "5.2.0",
"description": "One App Static Assets",
"main": "index.js",
"scripts": {
diff --git a/package-lock.json b/package-lock.json
index c35b48195..1b19b6af7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app",
- "version": "5.1.1",
+ "version": "5.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 192af4d3b..3826fb206 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app",
- "version": "5.1.1",
+ "version": "5.2.0",
"description": "One Amex SPA technology stack.",
"main": "index.js",
"engines": {