diff --git a/CHANGELOG.md b/CHANGELOG.md
index 471eedc23d..44f3d40d65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@
 All notable changes to this project will be documented in this file. See
 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [0.39.0](http://github.com/lyft/flyteconsole/compare/v0.38.0...v0.39.0) (2022-01-11)
+
+
+### Features
+
+* load 100 executions on each filter ([#257](http://github.com/lyft/flyteconsole/issues/257)) ([1a0c3ce](http://github.com/lyft/flyteconsole/commit/1a0c3cecbcde382bb0386e46249708d284f2c188))
+
 # [0.38.0](http://github.com/lyft/flyteconsole/compare/v0.37.1...v0.38.0) (2022-01-06)
 
 
diff --git a/package.json b/package.json
index d418d106c4..f3d25990d3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "flyteconsole",
-  "version": "0.38.0",
+  "version": "0.39.0",
   "description": "The web UI for the Flyte platform",
   "repository": {
     "type": "git",