Bump version to 0.54-SNAPSHOT

Reviewed By: cortinico

Differential Revision: D65207754

fbshipit-source-id: d182f079400722b09fc59bb9d00924c99d8d268e
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 367fa23..5026f42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,10 +12,16 @@
 
 ## [Unreleased]
 
+
+## [0.53]
+
 ### Fixed
 - Comments respecting max line width (https://github.com/facebook/ktfmt/pull/511)
 - Exception while parsing property accessor on Kotlin 2.0.20-Beta2+ (https://github.com/facebook/ktfmt/pull/513)
 
+## Changed
+- Updated Google Java Format to 1.23.0 (https://github.com/facebook/ktfmt/commit/ed949e89eea22843ac10d4fb91685453754abd25)
+
 
 ## [0.52]
 
diff --git a/core/pom.xml b/core/pom.xml
index f7009fa..f65b855 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.facebook</groupId>
     <artifactId>ktfmt-parent</artifactId>
-    <version>0.53</version>
+    <version>0.54-SNAPSHOT</version>
   </parent>
 
   <artifactId>ktfmt</artifactId>
diff --git a/pom.xml b/pom.xml
index d324281..d51bd6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>com.facebook</groupId>
   <artifactId>ktfmt-parent</artifactId>
-  <version>0.53</version>
+  <version>0.54-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Ktfmt Parent</name>
diff --git a/version.txt b/version.txt
index 5b39bf4..b946685 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.53
+0.54-SNAPSHOT