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 bfbbc6d commit 1d13674Copy full SHA for 1d13674
2 files changed
CHANGELOG.md
@@ -3,7 +3,7 @@
3
-->
4
# Changelog
5
6
-## [Unreleased]
+## [3.0.0] - 2023-12-28
7
8
⚠️ This is a major release. See [the migration guide](https://github.com/imgproxy/imgproxy.rb/blob/master/UPGRADE.md). ⚠️
9
lib/imgproxy/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
module Imgproxy
- VERSION = "2.1.0"
+ VERSION = "3.0.0"
end
0 commit comments