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 6d685ee commit 8d2fd12Copy full SHA for 8d2fd12
History.txt
@@ -1,5 +1,11 @@
1
=== Ongoing
2
3
+=== 3.1.0 / 2025-02-18
4
+
5
+* Adds `Qrcode` class and methods to fetch qrcodes and list qrcodes by group as well as get a summary of scans and retrieve an image
6
+* Adds Ruby 3.4 to test matrix
7
+* Updates to latest SonarQube scanner
8
9
=== 3.0.0 / 2022-11-08
10
11
* **Breaking** Removes Group DELETE and Oauth Apps endpoints
lib/bitly/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bitly
- VERSION = "3.0.0"
+ VERSION = "3.1.0"
end
0 commit comments