Skip to content

Commit

Permalink
chore(release): 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndickerson committed Sep 26, 2018
1 parent be900f3 commit bbcc5d4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

<a name="3.11.0"></a>
# [3.11.0](https://github.com/bullhorn/dataloader/compare/v3.10.0...v3.11.0) (2018-09-26)


### Features

* **Column Mapping:** Allowing for column headers to be changed in app ([#267](https://github.com/bullhorn/dataloader/issues/267)) ([a4b0d14](https://github.com/bullhorn/dataloader/commit/a4b0d14))
* **Input File:** Removing the Byte Order Mark if it is present ([#268](https://github.com/bullhorn/dataloader/issues/268)) ([be900f3](https://github.com/bullhorn/dataloader/commit/be900f3))



<a name="3.10.0"></a>
# [3.10.0](https://github.com/bullhorn/dataloader/compare/v3.9.0...v3.10.0) (2018-09-14)

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": "3.10.0",
"version": "3.11.0",
"description": "Extra build tools outside of Maven, including code coverage reporting to Galaxy, 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>3.10.0</version>
<version>3.11.0</version>
<packaging>jar</packaging>

<name>dataloader</name>
Expand Down

0 comments on commit bbcc5d4

Please # to comment.