Skip to content

Commit

Permalink
Prepare for 4.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Apr 27, 2024
1 parent 81182de commit b11691f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Changelog

## Unreleased
## 4.4.1 — 2024-04-27

### Added
* Added `AWS Rekognition Moderation` Add-On.

### Changed
* File attribute `datetime_stored` is deprecated and will warn on usage from `File` object properties.

## Unreleased

### Fixed

* Throw `AuthError` if current public key or secret key config are empty when accessing any of the APIs.
Expand Down
2 changes: 1 addition & 1 deletion lib/uploadcare/ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Uploadcare
VERSION = '4.4.0'
VERSION = '4.4.1'
end

0 comments on commit b11691f

Please sign in to comment.