Skip to content

Commit

Permalink
Update the REST API version for conversion clients (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraft001 authored Nov 18, 2023
1 parent a6b961a commit 250c522
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.3.6 — 2023-11-18

### Fixed

* Updated the version of the REST Api for conversion clients (closes #135).

## 4.3.5 — 2023-09-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/uploadcare/client/conversion/base_conversion_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Conversion
#
# @see https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Conversion
class BaseConversionClient < RestClient
API_VERSION_HEADER_VALUE = 'application/vnd.uploadcare-v0.5+json'
API_VERSION_HEADER_VALUE = 'application/vnd.uploadcare-v0.7+json'

def headers
{
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.3.5'
VERSION = '4.3.6'
end

0 comments on commit 250c522

Please sign in to comment.