We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e730371 commit c96eb96Copy full SHA for c96eb96
3 files changed
CHANGELOG.md
@@ -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
+
6
## [2.5.0] - 2025-11-10
7
- Add Contact Imports API
8
- Add Suppressions API
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- mailtrap (2.5.0)
+ mailtrap (2.6.0)
base64
GEM
lib/mailtrap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Mailtrap
- VERSION = '2.5.0'
+ VERSION = '2.6.0'
end
0 commit comments