Skip to content

chore: bump version to 1.6.0#198

Merged
felipefreitag merged 1 commit into
mainfrom
chore/bump-version-1.6.0
Jul 9, 2026
Merged

chore: bump version to 1.6.0#198
felipefreitag merged 1 commit into
mainfrom
chore/bump-version-1.6.0

Conversation

@felipefreitag

@felipefreitag felipefreitag commented Jul 9, 2026

Copy link
Copy Markdown
Member

Release PR for v1.6.0, covering the two features merged since v1.5.0.

Changes

  • Bump Resend::VERSION to 1.6.0 and sync the Gemfile.lock pin.
  • Add a CHANGELOG.md entry for 1.6.0 (reviving the changelog, which had been dormant since 1.0.0 — scoped to this release only).

Included in this release

Release steps (post-merge)

Once merged, a maintainer with RubyGems push access runs from main:

bundle exec rake release

This builds the gem, tags v1.6.0, and pushes to rubygems.org.

Testing

  • bundle exec rspec → 310 examples, 0 failures
  • bundle exec rubocop → no offenses

Summary by cubic

Release v1.6.0 of the resend gem, adding OAuth grant management and domain claim support. Also bumps Resend::VERSION and updates CHANGELOG.md.

  • New Features
    • OAuth grants — Resend::OAuthGrants to list and revoke grants (GET /oauth/grants, DELETE /oauth/grants/:id) with limit/after/before pagination.
    • Domain claims — Resend::Domains::Claims to create, get, and verify claims for cross-account domain transfers.

Written for commit 6da10fa. Summary will update on new commits.

Review in cubic

Release covering OAuth grants (#197) and domain claims (#194).
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedresend@​1.5.0 ⏵ 1.6.0N/AN/AN/AN/AN/A

View full report

@felipefreitag
felipefreitag requested a review from drish July 9, 2026 19:28

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread CHANGELOG.md
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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>

@felipefreitag
felipefreitag merged commit 1f40dc8 into main Jul 9, 2026
10 checks passed
@felipefreitag
felipefreitag deleted the chore/bump-version-1.6.0 branch July 9, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants