diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11f4e65de..f4fd5dc4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
-## v15.0.2
+## v15.1.0
+
+### Enhancemnts
+* [#3279](https://github.com/KronicDeth/intellij-elixir/pull/3279) - [@osbre](https://github.com/osbre)
+ * Add "Homebrew on Linux" SDK locations.
### Bug Fixes
* [#3185](https://github.com/KronicDeth/intellij-elixir/pull/3213) - [@KronicDeth](https://github.com/KronicDeth)
diff --git a/README.md b/README.md
index c41ebad4e..06a40c688 100644
--- a/README.md
+++ b/README.md
@@ -4627,6 +4627,24 @@ When configuring an SDK, if you don't want to use the suggested SDK home path, y
Erlang for Elixir SDK |
+
+
+ Homebrew on Linux
+ |
+ Elixir SDK |
+
+ /home/linuxbrew/.linuxbrew/Cellar/elixir/VERSION
+ |
+
+
+ Erlang SDK |
+
+ /home/linuxbrew/.linuxbrew/Cellar/erlang/VERSION
+ |
+
+
+ Erlang for Elixir SDK |
+
Nix
diff --git a/gradle.properties b/gradle.properties
index 595c7b0e5..04c339e3a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,7 +1,7 @@
# Available idea versions:
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
-baseVersion=15.0.2
+baseVersion=15.1.0
ideaVersion=2023.1
# MUST stay at 1.8 for JPS (Build/Compile Project) compatibility even if JRE/JBR is newer
javaVersion=17
diff --git a/resources/META-INF/changelog.html b/resources/META-INF/changelog.html
index 93f2d0394..b01367dc6 100644
--- a/resources/META-INF/changelog.html
+++ b/resources/META-INF/changelog.html
@@ -1,7 +1,13 @@
-v15.0.2
+v15.1.0
+ -
+
Enhancements
+
+ - Add "Homebrew on Linux" SDK locations.
+
+
-
Bug Fixes
|