Skip to content

Commit 762b781

Browse files
authored
Merge pull request #568 from zendesk/bump-v3.0.6
Bump v3.0.6 - Add Gemfile and Gemfile.lock for different Ruby versions
2 parents e4a10e6 + 9b19031 commit 762b781

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v3.0.6
4+
5+
Adding multiple Gemfile and Gemfile.lock files for differen Ruby versions so that Snyk can scan the repo for vulnerabilities.
6+
37
## v3.0.5
48

59
Adding CBP support to more endpoints. please see `cbp_support_spec.rb` for the complete list.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ BUNDLE_GEMFILE=Gemfile.2.7 bundle exec rubocop # Runs the lint (use `--fix` for
454454

455455
1. From updated master: `git checkout -b bump-vX.X.X`, according to [SemVer](https://semver.org)
456456
2. Ensure the CHANGELOG is correct and updated, this is your last opportunity
457-
3. Execute `bundle exec bump patch --tag # minor|major`, this bumps the version in a new commit, and adds the relative git tag
457+
3. Execute `BUNDLE_GEMFILE=Gemfile.2.7 bundle exec bump patch --tag # minor|major`, this bumps the version in a new commit, and adds the relative git tag
458458
4. Push to GitHub `git push origin vX.X.X -u && git push --tags`
459459
5. Raise a PR ([example](https://github.com/zendesk/zendesk_api_client_rb/pull/540)) including the code diff ([example](https://github.com/zendesk/zendesk_api_client_rb/compare/v2.0.1...v3.0.0.rc1))
460460
6. Get it approved and merged

lib/zendesk_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ZendeskAPI
2-
VERSION = "3.0.5"
2+
VERSION = "3.0.6"
33
end

0 commit comments

Comments
 (0)