We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e377817 commit 9326edcCopy full SHA for 9326edc
CHANGELOG.md
@@ -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
7
### 3.1.1 / 2025-10-28
8
9
- Add optional live end-to-end upload harness and CI job for parity verification, defaulted in Docker tests (kvz)
lib/transloadit/version.rb
@@ -1,3 +1,3 @@
class Transloadit
- VERSION = "3.1.1"
+ VERSION = "3.1.2"
end
0 commit comments