Skip to content

Commit 9326edc

Browse files
committed
Release 3.1.2
1 parent e377817 commit 9326edc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 3.1.2 / 2025-10-29
2+
3+
- Compress e2e fixture asset to keep gem size close to previous releases (kvz)
4+
- Ensure binary assets (images/audio) are marked via `.gitattributes` to avoid line ending mangling (kvz)
5+
- Document GitHub release helper and add RubyGems publish script (kvz)
6+
17
### 3.1.1 / 2025-10-28
28

39
- Add optional live end-to-end upload harness and CI job for parity verification, defaulted in Docker tests (kvz)

lib/transloadit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Transloadit
2-
VERSION = "3.1.1"
2+
VERSION = "3.1.2"
33
end

0 commit comments

Comments
 (0)