diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e66f27..b15db96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.3.2] - 2026-02-09 + +### Dependency updates +- Fix homepage link in Gempsec +- Require MFA for publishing +- Update required ruby version in Gemspec + ## [4.3.1] - 2026-02-09 ### Dependency updates diff --git a/VERSION b/VERSION index ecedc98..7e961f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.1 \ No newline at end of file +4.3.2 \ No newline at end of file diff --git a/campact_user_service.gemspec b/campact_user_service.gemspec index 8c6d901..7ef2d25 100644 --- a/campact_user_service.gemspec +++ b/campact_user_service.gemspec @@ -8,12 +8,13 @@ Gem::Specification.new do |spec| spec.summary = "Ruby wrapper for Campact User Service" spec.description = "Ruby wrapper for Campact User Service" - spec.homepage = "https://github.com/controlshift/campact_user_service" + spec.homepage = "https://github.com/controlshift/campact-user-service" spec.license = "MIT" - spec.required_ruby_version = ">= 3.0.0" + spec.required_ruby_version = ">= 4.0.0" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage + spec.metadata["rubygems_mfa_required"] = "true" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.