Skip to content

Commit eddb19d

Browse files
committed
v3.1.0
1 parent add8563 commit eddb19d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# CHANGELOG
22

3-
## v3.0.6
3+
## v3.1.0
4+
5+
Adding support to the agent availabilities API endpoints.
46

5-
Adding support to the agent availabilities API endpoints
7+
## v3.0.6
68

79
Adding multiple Gemfile and Gemfile.lock files for differen Ruby versions so that Snyk can scan the repo for vulnerabilities.
810

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ bundle exec rubocop # Runs the lint (use `--fix` for autocorrect)
485485

486486
1. From updated master: `git checkout -b bump-vX.X.X`, according to [SemVer](https://semver.org)
487487
2. Ensure the CHANGELOG is correct and updated, this is your last opportunity
488-
3. Execute `bundle exec bump patch --tag # minor|major`, this bumps the version in a new commit, and adds the relative git tag
488+
3. Execute `bundle exec bump:patch # minor|major`, this bumps the version in a new commit, and adds the relative git tag
489489
4. Push to GitHub `git push origin vX.X.X -u && git push --tags`
490490
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))
491491
6. Get it approved and merged

lib/zendesk_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ZendeskAPI
2-
VERSION = "3.0.6"
2+
VERSION = "3.1.0"
33
end

0 commit comments

Comments
 (0)