Skip to content

Commit

Permalink
Merge pull request #46 from uploadcare/bump-3-5
Browse files Browse the repository at this point in the history
Bump version to 3.5
  • Loading branch information
rsedykh authored Mar 29, 2022
2 parents 3a074c8 + 6c77d67 commit 8c45313
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ 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).

## 3.4.1
## 3.5.0
### Changed
- Expand file size property from `int` to `long` to fix an issue with reading files that are larger than 2.1 GB.

**NOTE**: This change might be a breaking in _some_ cases, because it is changing the interface of the output.

## 3.4.0
### Added
- datetimeOriginal in ImageInfo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ into `pom.xml` for your project.
<dependency>
<groupId>com.uploadcare</groupId>
<artifactId>uploadcare</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.uploadcare</groupId>
<artifactId>uploadcare</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/uploadcare/api/RequestHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class RequestHelper {

private final Client client;

public static final String LIBRARY_VERSION = "3.4.0";
public static final String LIBRARY_VERSION = "3.5.0";

public static final String DATE_FORMAT = "EEE, dd MMM yyyy HH:mm:ss Z";

Expand Down

0 comments on commit 8c45313

Please sign in to comment.