Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## [2.8.0] - 2026-03-03
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Please confirm the release date is intentionally future-dated.

Line 1 sets 2026-03-03, while this PR was opened on March 2, 2026. If this is not a scheduled release date, update it to the actual publish date to keep changelog metadata accurate.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` at line 1, The changelog header "## [2.8.0] - 2026-03-03"
appears to be future-dated; confirm whether the release is intentionally
scheduled for 2026-03-03 or update the date in CHANGELOG.md (the header string
"## [2.8.0] - 2026-03-03") to the actual publish date (e.g., 2026-03-02) so the
release metadata is accurate.

- Add Account Accesses API
- Add Billing API

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mailtrap (2.7.0)
mailtrap (2.8.0)
base64

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/mailtrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Mailtrap
VERSION = '2.7.0'
VERSION = '2.8.0'
end