Skip to content

Commit

Permalink
Prepare for 3.4.2 release (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed May 11, 2024
1 parent 0659cc0 commit 68c6327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based now on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## 3.4.2 — 2024-05-11

### Added
* Added Addons api for `AWS Rekognition Moderation` Add-On.
* Added API support for `AWS Rekognition Moderation` Add-On.

## 3.4.1 — 2024-03-24

Expand Down
2 changes: 1 addition & 1 deletion uploadcare-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ Gem::Specification.new do |gem|

gem.version = Uploadcare::Rails::VERSION
gem.add_dependency 'rails', '>= 6'
gem.add_dependency 'uploadcare-ruby', '>= 4.3'
gem.add_dependency 'uploadcare-ruby', '>= 4.4.1'
end

0 comments on commit 68c6327

Please sign in to comment.