Skip to content

Commit

Permalink
chore(release): 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndickerson committed Nov 2, 2022
1 parent 5d5f9d5 commit a179c1b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.6.0](https://github.com/bullhorn/dataloader/compare/v5.5.0...v5.6.0) (2022-11-02)


### Features

* **Meta:** Fixed meta for properly loading Simplified Options Lookup fields from the Desktop App ([#394](https://github.com/bullhorn/dataloader/issues/394)) ([5d5f9d5](https://github.com/bullhorn/dataloader/commit/5d5f9d5798ff67a4f0c6e8296316aad4539253a1))

## [5.5.0](https://github.com/bullhorn/dataloader/compare/v5.4.0...v5.5.0) (2022-10-25)


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.5.0",
"version": "5.6.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.5.0</version>
<version>5.6.0</version>
<packaging>jar</packaging>

<name>dataloader</name>
Expand Down

0 comments on commit a179c1b

Please sign in to comment.