diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3c9dc310..5acd6241 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,6 +23,8 @@ jobs: with: ruby-version: 3.0.2 - uses: reviewdog/action-brakeman@v2 + with: + brakeman_flags: --except CheckEOLRails misspell: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4800c7..f209d5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Upcoming Release + +# v1.0.0 07-06-2023 + +- [CI: Test against rails 7.0](https://github.com/StudistCorporation/scimaenaga/pull/43) + # v0.9.3 04-27-2023 - [Add Ruby 3.2](https://github.com/StudistCorporation/scimaenaga/pull/41) diff --git a/lib/scimaenaga/version.rb b/lib/scimaenaga/version.rb index 218deaa0..00563e83 100644 --- a/lib/scimaenaga/version.rb +++ b/lib/scimaenaga/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Scimaenaga - VERSION = '0.9.3' + VERSION = '1.0.0' end