diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1b602..213004d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.3 — 2024-06-01 * For `Uploadcare::ConversionApi` added `get_document_conversion_formats_info` method to get the possible document conversion formats. diff --git a/lib/uploadcare/rails/version.rb b/lib/uploadcare/rails/version.rb index 0dfa65e..fd55a7c 100644 --- a/lib/uploadcare/rails/version.rb +++ b/lib/uploadcare/rails/version.rb @@ -2,6 +2,6 @@ module Uploadcare module Rails - VERSION = '3.4.2' + VERSION = '3.4.3' end end