Skip to content

Commit 8c45313

Browse files
authored
Merge pull request #46 from uploadcare/bump-3-5
Bump version to 3.5
2 parents 3a074c8 + 6c77d67 commit 8c45313

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

HISTORY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based now on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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

11+
**NOTE**: This change might be a breaking in _some_ cases, because it is changing the interface of the output.
12+
1113
## 3.4.0
1214
### Added
1315
- datetimeOriginal in ImageInfo

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ into `pom.xml` for your project.
2929
<dependency>
3030
<groupId>com.uploadcare</groupId>
3131
<artifactId>uploadcare</artifactId>
32-
<version>3.4.0</version>
32+
<version>3.5.0</version>
3333
</dependency>
3434
```
3535

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.uploadcare</groupId>
66
<artifactId>uploadcare</artifactId>
7-
<version>3.4.0</version>
7+
<version>3.5.0</version>
88
<packaging>jar</packaging>
99

1010
<properties>

src/main/java/com/uploadcare/api/RequestHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class RequestHelper {
4444

4545
private final Client client;
4646

47-
public static final String LIBRARY_VERSION = "3.4.0";
47+
public static final String LIBRARY_VERSION = "3.5.0";
4848

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

0 commit comments

Comments
 (0)