Skip to content
Closed
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.9.0] - 2026-03-13
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

Avoid future-dating the release entry.

Line 1 records 2.9.0 as released on 2026-03-13, but this PR was opened on 2026-03-12. If the gem is tagged or published before March 13, 2026, the changelog becomes inaccurate immediately. Please either use the actual release date or update this entry when the release is cut.

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

In `@CHANGELOG.md` at line 1, Update the changelog header "## [2.9.0] -
2026-03-13" to avoid a future date by replacing 2026-03-13 with the actual
release/PR date (e.g., 2026-03-12) or change the header to an unreleased
placeholder (e.g., "## [2.9.0] - Unreleased") and ensure it gets the real date
when the release is cut.


- Add Sending Stats 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.8.0)
mailtrap (2.9.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.8.0'
VERSION = '2.9.0'
end
Loading