Skip to content

Commit

Permalink
chore(release): 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndickerson committed Feb 7, 2020
1 parent e1717a0 commit 444bf18
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [4.7.0](https://github.com/bullhorn/dataloader/compare/v4.6.0...v4.7.0) (2020-02-07)


### Features

* **Name:** Adding name automatically when firstName and lastName are provided ([#309](https://github.com/bullhorn/dataloader/issues/309)) ([67c6570](https://github.com/bullhorn/dataloader/commit/67c6570c4321c093653dac5e4620ef58a69376e5))
* **Performance:** Increased maximum number of threads to 100 ([#307](https://github.com/bullhorn/dataloader/issues/307)) ([7a29222](https://github.com/bullhorn/dataloader/commit/7a2922215feb4fd3ef6bc4e7c865bc7556eaf7e6))


### Bug Fixes

* **Meta:** Fixed meta address fields ([#308](https://github.com/bullhorn/dataloader/issues/308)) ([37afd2a](https://github.com/bullhorn/dataloader/commit/37afd2a060e32654e1eabc9ae527b949b4c9f7ab))

## [4.6.0](https://github.com/bullhorn/dataloader/compare/v4.5.0...v4.6.0) (2019-11-11)


Expand Down
2 changes: 1 addition & 1 deletion 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": "4.6.0",
"version": "4.7.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>4.6.0</version>
<version>4.7.0</version>
<packaging>jar</packaging>

<name>dataloader</name>
Expand Down

0 comments on commit 444bf18

Please sign in to comment.