Skip to content

Commit

Permalink
#autocommit #release - 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Malkoun committed Sep 23, 2022
1 parent b8affe0 commit 3a37f1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2] - 2022-09-23
### Changed
- Update API spec to match API response.

## [0.4.1] - 2022-09-23
### Fixed
- Change casing of some invoice properties
Expand Down
2 changes: 1 addition & 1 deletion affinda-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.affinda.api</groupId>
<artifactId>affinda-api-client</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>
<packaging>jar</packaging>
<name>Java Client Library for Affinda Resume Parser API</name>
<description>This package contains Java Client Library for the Affinda Resume Parser API. For documentation on how
Expand Down
6 changes: 3 additions & 3 deletions affinda-api-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.affinda.api</groupId>
<artifactId>affinda-api-sample</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>
<name>Affinda API Sample</name>
<description>This package contains a sample usage of the Affinda API client</description>
<url>https://github.com/affinda/affinda-java</url>
Expand All @@ -27,9 +27,9 @@
<dependency>
<groupId>com.affinda.api</groupId>
<artifactId>affinda-api-client</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>
<scope>system</scope>
<systemPath>${basedir}/../affinda-api-client/target/affinda-api-client-0.4.1.jar</systemPath>
<systemPath>${basedir}/../affinda-api-client/target/affinda-api-client-0.4.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.microsoft.rest</groupId>
Expand Down

0 comments on commit 3a37f1c

Please sign in to comment.