chore: bump version to 1.6.0#198
Merged
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
There was a problem hiding this comment.
1 issue found across 3 files
Confidence score: 5/5
- In
CHANGELOG.md, the missing[1.6.0]reference link can leave release notes navigation incomplete, which may confuse users trying to view the full diff, but it does not pose runtime or regression risk — add the[1.6.0]compare link in the same format as existing entries before or immediately after merge.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="CHANGELOG.md">
<violation number="1" location="CHANGELOG.md:8">
P2: Missing `[1.6.0]` link reference at the bottom of the changelog. Following the existing `[1.0.0]` pattern, add a reference like `[1.6.0]: https://github.com/resend/resend-ruby/compare/v1.0.0...v1.6.0` so the version header links to the diff between releases.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [1.6.0] - 2026-07-09 |
Contributor
There was a problem hiding this comment.
P2: Missing [1.6.0] link reference at the bottom of the changelog. Following the existing [1.0.0] pattern, add a reference like [1.6.0]: https://github.com/resend/resend-ruby/compare/v1.0.0...v1.6.0 so the version header links to the diff between releases.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At CHANGELOG.md, line 8:
<comment>Missing `[1.6.0]` link reference at the bottom of the changelog. Following the existing `[1.0.0]` pattern, add a reference like `[1.6.0]: https://github.com/resend/resend-ruby/compare/v1.0.0...v1.6.0` so the version header links to the diff between releases.</comment>
<file context>
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.6.0] - 2026-07-09
+
+### Added
</file context>
drish
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release PR for v1.6.0, covering the two features merged since v1.5.0.
Changes
Resend::VERSIONto1.6.0and sync theGemfile.lockpin.CHANGELOG.mdentry for1.6.0(reviving the changelog, which had been dormant since 1.0.0 — scoped to this release only).Included in this release
Resend::OAuthGrantslist + revoke (feat: add OAuth grants support #197)Resend::Domains::Claimscreate/get/verify (feat: add domain claims endpoints #194)Release steps (post-merge)
Once merged, a maintainer with RubyGems push access runs from
main:bundle exec rake releaseThis builds the gem, tags
v1.6.0, and pushes to rubygems.org.Testing
bundle exec rspec→ 310 examples, 0 failuresbundle exec rubocop→ no offensesSummary by cubic
Release v1.6.0 of the
resendgem, adding OAuth grant management and domain claim support. Also bumpsResend::VERSIONand updatesCHANGELOG.md.Resend::OAuthGrantsto list and revoke grants (GET /oauth/grants,DELETE /oauth/grants/:id) withlimit/after/beforepagination.Resend::Domains::Claimsto create, get, and verify claims for cross-account domain transfers.Written for commit 6da10fa. Summary will update on new commits.