diff --git a/README.md b/README.md
index a00ed4a..7b15418 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# liquibase-slf4j
-Version 5.0.0
+Version 5.1.0
Written by Matt Bertolini
[![Maven Central](https://img.shields.io/maven-central/v/com.mattbertolini/liquibase-slf4j.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.mattbertolini%22%20AND%20a:%22liquibase-slf4j%22)
@@ -22,7 +22,7 @@ Grab the library from Maven Central and place it in your classpath.
com.mattbertolini
liquibase-slf4j
- 5.0.0
+ 5.1.0
runtime
```
@@ -31,18 +31,18 @@ Grab the library from Maven Central and place it in your classpath.
Groovy DSL:
```groovy
-runtimeOnly 'com.mattbertolini:liquibase-slf4j:5.0.0'
+runtimeOnly 'com.mattbertolini:liquibase-slf4j:5.1.0'
```
Kotlin DSL:
```kotlin
-runtimeOnly("com.mattbertolini:liquibase-slf4j:5.0.0")
+runtimeOnly("com.mattbertolini:liquibase-slf4j:5.1.0")
```
**Ivy**
```xml
-
+
```
## License
@@ -121,6 +121,13 @@ unit tests to verify the problem is fixed.
## Release Notes
+**5.1.0 - 2024-11-19**
+
+- Fix issue with JUL `Level.OFF` logging a message when no message should be logged ([#20](https://github.com/mattbertolini/liquibase-slf4j/issues/20)).
+- Update to Liquibase 4.30.0.
+- Update SLF4J to 2.0.16.
+- Update build to Ivy 2.5.2.
+
**5.0.0 - 2023-03-20**
- Add JPMS module-info file to support Java 9+ modules.
diff --git a/build.properties b/build.properties
index b1e3ce8..3f8de47 100644
--- a/build.properties
+++ b/build.properties
@@ -1,5 +1,5 @@
project.name=liquibase-slf4j
-project.version=5.1.0-SNAPSHOT
+project.version=5.1.0
java.release.version=8