Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laugmanuel committed May 14, 2024
1 parent 9aa42a0 commit b7c6fd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This allows Foreman to create everything needed to access Hashicorp Vault direct

| Foreman Version | Plugin Version |
| --------------- | -------------- |
| >= 3.9 | ~> 2.0 |
| >= 2.3 | ~> 1.0 |
| >= 1.23 | ~> 0.3, ~> 0.4 |
| >= 1.20 | ~> 0.2 |
Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_vault/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Engine < ::Rails::Engine

initializer 'foreman_vault.register_plugin', before: :finisher_hook do |_app|
Foreman::Plugin.register :foreman_vault do
requires_foreman '>= 3.1'
requires_foreman '>= 3.9'

apipie_documented_controllers ["#{ForemanVault::Engine.root}/app/controllers/api/v2/*.rb"]

Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_vault/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ForemanVault
VERSION = '1.2.0'
VERSION = '2.0.0'
end

0 comments on commit b7c6fd8

Please sign in to comment.