Skip to content

Commit

Permalink
Release new version (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechZankowski authored Dec 23, 2019
1 parent 584bd86 commit 9ce9987
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 15 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.3.2] - TBD
## [3.3.2] - 2019-12-23

### Changed

- Fixed Earnings request with Last parameter [[#83](https://github.com/WojciechZankowski/iextrading4j/issues/83)]
- Fixed issue with different mapping providers [[#82](https://github.com/WojciechZankowski/iextrading4j/pull/82)]
- Added isDerived field to Currency Rate objects
- Added subattribute and dateField parameters to Time Series
- Added 1 second, 5 second, and 1 minute conflation rates for forex real time streaming
- Added annual earnings and estimates where previously only quarterly was available.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ Maven:
<dependency>
<groupId>pl.zankowski</groupId>
<artifactId>iextrading4j-all</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
```

Gradle:

```
dependencies {
compile 'pl.zankowski:iextrading4j-all:3.3.1'
compile 'pl.zankowski:iextrading4j-all:3.3.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion iextrading4j-acceptance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iextrading4j</artifactId>
<groupId>pl.zankowski</groupId>
<version>3.3.1</version>
<version>3.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion iextrading4j-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iextrading4j</artifactId>
<groupId>pl.zankowski</groupId>
<version>3.3.1</version>
<version>3.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion iextrading4j-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iextrading4j</artifactId>
<groupId>pl.zankowski</groupId>
<version>3.3.1</version>
<version>3.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion iextrading4j-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iextrading4j</artifactId>
<groupId>pl.zankowski</groupId>
<version>3.3.1</version>
<version>3.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions iextrading4j-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iextrading4j</artifactId>
<groupId>pl.zankowski</groupId>
<version>3.3.1</version>
<version>3.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>pl.zankowski</groupId>
<artifactId>iextrading4j-client</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion iextrading4j-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iextrading4j</artifactId>
<groupId>pl.zankowski</groupId>
<version>3.3.1</version>
<version>3.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>pl.zankowski</groupId>
<artifactId>iextrading4j</artifactId>
<packaging>pom</packaging>
<version>3.3.1</version>
<version>3.3.2</version>

<name>IEXTrading4j</name>
<description>Open source IEX Trading REST and WebSocket API library</description>
Expand Down Expand Up @@ -74,27 +74,27 @@
<dependency>
<groupId>pl.zankowski</groupId>
<artifactId>iextrading4j-api</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>

<dependency>
<groupId>pl.zankowski</groupId>
<artifactId>iextrading4j-api</artifactId>
<type>test-jar</type>
<scope>test</scope>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>

<dependency>
<groupId>pl.zankowski</groupId>
<artifactId>iextrading4j-client</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>

<dependency>
<groupId>pl.zankowski</groupId>
<artifactId>iextrading4j-samples</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>

<!-- Libraries -->
Expand Down

0 comments on commit 9ce9987

Please sign in to comment.