Skip to content

Commit

Permalink
Prepare for 4.4.1 release (#166)
Browse files Browse the repository at this point in the history
* Prepare for 4.4.1 release

* changes

* wordsmith
  • Loading branch information
vipulnsward authored Apr 28, 2024
1 parent 81182de commit a04aafa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
# Changelog

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

### Added
* Added `AWS Rekognition Moderation` Add-On.
* Added an optional `wildcard` boolean parameter to the `generate_url` method of `AkamaiGenerator`.

### 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.
* Fixed typo in `AkamaiGenerator` class name from `AmakaiGenerator`.

### Added
* Added an optional `wildcard` boolean parameter to the `generate_url` method of `AkamaiGenerator`.
* `AmakaiGenerator` has been renamed to `AkamaiGenerator` to fix typo in class name.

## 4.4.0 — 2024-03-09

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 a04aafa

Please sign in to comment.