Skip to content

Commit 8d2fd12

Browse files
committed
v3.1.0
1 parent 6d685ee commit 8d2fd12

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
=== Ongoing
22

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+
39
=== 3.0.0 / 2022-11-08
410

511
* **Breaking** Removes Group DELETE and Oauth Apps endpoints

lib/bitly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Bitly
4-
VERSION = "3.0.0"
4+
VERSION = "3.1.0"
55
end

0 commit comments

Comments
 (0)