Skip to content

Commit

Permalink
chore(release): 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Dickerson committed Aug 9, 2023
1 parent fe70ce3 commit 2546b2f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.8.0](https://github.com/bullhorn/dataloader/compare/v5.7.1...v5.8.0) (2023-08-09)


### Features

* **Fields:** New fields across multiple entities ([#413](https://github.com/bullhorn/dataloader/issues/413)) ([fe70ce3](https://github.com/bullhorn/dataloader/commit/fe70ce3d47668fe91c240b95c3b362f45480fe28))
* **Person Custom Objects:** Adding person custom objects 26-35. ([#411](https://github.com/bullhorn/dataloader/issues/411)) ([74a47fe](https://github.com/bullhorn/dataloader/commit/74a47fedd2a7a1194a9abcbbb3c09833b2cc229d))

### [5.7.1](https://github.com/bullhorn/dataloader/compare/v5.7.0...v5.7.1) (2022-12-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataloader-build-tools",
"version": "5.7.1",
"version": "5.8.0",
"description": "Extra build tools outside of Maven, including release tools and git hooks.",
"license": "AGPL-3.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.bullhorn</groupId>
<artifactId>dataloader</artifactId>
<version>5.7.1</version>
<version>5.8.0</version>
<packaging>jar</packaging>

<name>dataloader</name>
Expand Down

0 comments on commit 2546b2f

Please sign in to comment.