Skip to content

Commit

Permalink
chore(release): 1.1.9
Browse files Browse the repository at this point in the history
## [1.1.9](v1.1.8...v1.1.9) (2021-09-19)

### Bug Fixes

* **about:** links in about page ([2425d7e](2425d7e))
* **db:** EncodeURI PR [#437](#437) by [@vijaye-statsig](https://github.com/vijaye-statsig) ([bb9ea9b](bb9ea9b))
* **install:** default setting for skipping elastic search ([88df9b0](88df9b0))
* **install:** typo in elastic search preventing connection ([3678292](3678292))
* **mailcheck:** added option for less secure certs in mailcheck ([0e6fd69](0e6fd69)), closes [PR#434](https://github.com/PR/issues/434)
  • Loading branch information
polonel committed Sep 19, 2021
1 parent f82d40f commit 1286811
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.1.9](https://github.com/polonel/trudesk/compare/v1.1.8...v1.1.9) (2021-09-19)


### Bug Fixes

* **about:** links in about page ([2425d7e](https://github.com/polonel/trudesk/commit/2425d7e))
* **db:** EncodeURI PR [#437](https://github.com/polonel/trudesk/issues/437) by [@vijaye-statsig](https://github.com/vijaye-statsig) ([bb9ea9b](https://github.com/polonel/trudesk/commit/bb9ea9b))
* **install:** default setting for skipping elastic search ([88df9b0](https://github.com/polonel/trudesk/commit/88df9b0))
* **install:** typo in elastic search preventing connection ([3678292](https://github.com/polonel/trudesk/commit/3678292))
* **mailcheck:** added option for less secure certs in mailcheck ([0e6fd69](https://github.com/polonel/trudesk/commit/0e6fd69)), closes [PR#434](https://github.com/PR/issues/434)

## [1.1.8](https://github.com/polonel/trudesk/compare/v1.1.7...v1.1.8) (2021-07-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trudesk",
"version": "1.1.8",
"version": "1.1.9",
"private": true,
"engines": {
"node": ">=9.10.0"
Expand Down

0 comments on commit 1286811

Please sign in to comment.