Skip to content

Commit c96eb96

Browse files
committed
Release version 2.6.0
1 parent e730371 commit c96eb96

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.6.0] - 2026-01-27
2+
- Add Inboxes API
3+
- Add Projects API
4+
- Models' `to_h` now returns all fields without compacting
5+
16
## [2.5.0] - 2025-11-10
27
- Add Contact Imports API
38
- Add Suppressions API

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mailtrap (2.5.0)
4+
mailtrap (2.6.0)
55
base64
66

77
GEM

lib/mailtrap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Mailtrap
4-
VERSION = '2.5.0'
4+
VERSION = '2.6.0'
55
end

0 commit comments

Comments
 (0)