Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Chore: Release 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-06-17)

### Build

* Install npm packages before deploy ([538094a](538094a))

### Chore

* Import from insights-stdlib ([5c3eea2](5c3eea2))
* Release 1.0.1 ([52fe82f](52fe82f))
* Release 1.1.0 ([3916e12](3916e12))
* Release 1.1.1 ([b8ec5e6](b8ec5e6))
* Release 1.2.0 ([5ed1f34](5ed1f34))

### Docs

* Add CONTRIBUTING.md ([8a8e9e4](8a8e9e4))
* Expand on commit message format per @cp's feedback ([9774355](9774355))
* Refer people to Confluence for contribution guidelines ([eb5d78a](eb5d78a))

### Fix

* Make api.SetContentDispositionHeader thread-safe ([4982868](4982868))
* Update changelog format correctly ([53fd55c](53fd55c))

### lifecycle

* Fix Closer waiting when no triggers are specified ([f1c387d](f1c387d))

### New

* Add Content-Disposition header filename sanitizer ([5936f7b](5936f7b))
* Add sqlutil.WithTx() for handling nested SQL transactions ([b15b387](b15b387))
* Use Travis CI, version releases using semantic-release ([9940662](9940662))
  • Loading branch information
semantic-release-bot committed Jun 17, 2019
1 parent 5c3eea2 commit c75017a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# 1.0.0 (2019-06-17)


### Build

* Install npm packages before deploy ([538094af1d11542abbfb60b7e0069f317c3e3820](https://github.com/puppetlabs/horsehead/commit/538094af1d11542abbfb60b7e0069f317c3e3820))

### Chore

* Import from insights-stdlib ([5c3eea2dcc0b8a51b0bffba30b80909dac928d4b](https://github.com/puppetlabs/horsehead/commit/5c3eea2dcc0b8a51b0bffba30b80909dac928d4b))
* Release 1.0.1 ([52fe82f5eb1bcdc59ece0927709eb98662bff5f5](https://github.com/puppetlabs/horsehead/commit/52fe82f5eb1bcdc59ece0927709eb98662bff5f5))
* Release 1.1.0 ([3916e122e2f24eecfea9e30d5fcf675776571908](https://github.com/puppetlabs/horsehead/commit/3916e122e2f24eecfea9e30d5fcf675776571908))
* Release 1.1.1 ([b8ec5e6c1cfda68014c45a4147b72206b216bf39](https://github.com/puppetlabs/horsehead/commit/b8ec5e6c1cfda68014c45a4147b72206b216bf39))
* Release 1.2.0 ([5ed1f34ac04b964bf913ec64e404771c40e2d58c](https://github.com/puppetlabs/horsehead/commit/5ed1f34ac04b964bf913ec64e404771c40e2d58c))

### Docs

* Add CONTRIBUTING.md ([8a8e9e4066f7fe000fb32a300273d2bd90cea1a8](https://github.com/puppetlabs/horsehead/commit/8a8e9e4066f7fe000fb32a300273d2bd90cea1a8))
* Expand on commit message format per @cp's feedback ([97743557c793c6f8c0738dd7446f5f68810dc398](https://github.com/puppetlabs/horsehead/commit/97743557c793c6f8c0738dd7446f5f68810dc398))
* Refer people to Confluence for contribution guidelines ([eb5d78a014b136ad95562b9614f0d7b97c6a7dac](https://github.com/puppetlabs/horsehead/commit/eb5d78a014b136ad95562b9614f0d7b97c6a7dac))

### Fix

* Make api.SetContentDispositionHeader thread-safe ([4982868e2b1c9cfcb072ef649af35463495b424d](https://github.com/puppetlabs/horsehead/commit/4982868e2b1c9cfcb072ef649af35463495b424d))
* Update changelog format correctly ([53fd55c4254bb8ada045b284e6b59a966e2b7f4f](https://github.com/puppetlabs/horsehead/commit/53fd55c4254bb8ada045b284e6b59a966e2b7f4f))

### lifecycle

* Fix Closer waiting when no triggers are specified ([f1c387d722de1f0513f6ad286e334c59268f646d](https://github.com/puppetlabs/horsehead/commit/f1c387d722de1f0513f6ad286e334c59268f646d))

### New

* Add Content-Disposition header filename sanitizer ([5936f7b8e44cdd727a26b55f483a7ae873e0459a](https://github.com/puppetlabs/horsehead/commit/5936f7b8e44cdd727a26b55f483a7ae873e0459a))
* Add sqlutil.WithTx() for handling nested SQL transactions ([b15b3871dbe1ab34add8cdaaa53b996aa3f7441e](https://github.com/puppetlabs/horsehead/commit/b15b3871dbe1ab34add8cdaaa53b996aa3f7441e))
* Use Travis CI, version releases using semantic-release ([99406620d54d827d1ced65cf721ec7908deeb3cf](https://github.com/puppetlabs/horsehead/commit/99406620d54d827d1ced65cf721ec7908deeb3cf))

# [1.2.0](https://github.com/puppetlabs/horsehead/compare/v1.1.1...v1.2.0) (2019-06-17)


Expand Down

0 comments on commit c75017a

Please sign in to comment.