Skip to content

Commit 16ed347

Browse files
committed
Version bump
1 parent b7cecfa commit 16ed347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 4.4.4 — 2025-06-24
3+
## 4.5.0 — 2025-07-25
44
### Added
55
* **CDN Subdomain Support**: Added support for automatic subdomain generation to improve CDN performance and caching.
66
* New `CnameGenerator` class for generating CNAME prefixes based on public key using SHA256 hashing

lib/uploadcare/ruby/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 Uploadcare
4-
VERSION = '4.4.4'
4+
VERSION = '4.5.0'
55
end

0 commit comments

Comments
 (0)