diff --git a/README.md b/README.md
index b6354054dc63aba1b6e6dfb081199d4fe768591d..d6624b05ed3fed2158c3e628d389b7097a1c9bd6 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ If you don't want the lifecycle management features of Foreman, you can ignore t
 
 | Foreman Version | Plugin Version |
 | --------------- | -------------- |
+| >= 3.12         | >= 0.0.4       |
 | >= 1.23         | any            |
 
 ## Installation
diff --git a/lib/foreman_wds/version.rb b/lib/foreman_wds/version.rb
index 91ec68c987419d07fe0db858ff72c37e69b92534..26aed163cf0bc897260b70f36304f9d430f9ff12 100644
--- a/lib/foreman_wds/version.rb
+++ b/lib/foreman_wds/version.rb
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module ForemanWds
-  VERSION = '0.0.3'
+  VERSION = '0.0.4'
 end