Skip to content

Commit

Permalink
Merge pull request #1075 from ptarmiganlabs/release-please--branches-…
Browse files Browse the repository at this point in the history
…-master--components--butler

chore(master): release butler 11.2.0
  • Loading branch information
mountaindude authored Apr 12, 2024
2 parents 6723d92 + a893b4a commit acba41a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"11.1.5"}
{".":"11.2.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [11.2.0](https://github.com/ptarmiganlabs/butler/compare/butler-v11.1.5...butler-v11.2.0) (2024-04-12)


### Features

* **webhook:** add optional https support for outgoing webhooks ([d4cd3dd](https://github.com/ptarmiganlabs/butler/commit/d4cd3dd672950245965cc3ccaecf56fc9b5c44b4)), closes [#1040](https://github.com/ptarmiganlabs/butler/issues/1040)


### Bug Fixes

* **webhook:** Added better error logging for failed webhook requests ([1c96ed6](https://github.com/ptarmiganlabs/butler/commit/1c96ed65ddef7827e6486785af8a25837483b4b1)), closes [#1081](https://github.com/ptarmiganlabs/butler/issues/1081)

## [11.1.5](https://github.com/ptarmiganlabs/butler/compare/butler-v11.1.4...butler-v11.1.5) (2024-04-09)


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": "butler",
"version": "11.1.5",
"version": "11.2.0",
"description": "Superpowers for Qlik Sense. Task scheduling, key-value store, advanced alerting and more.",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
Expand Down

0 comments on commit acba41a

Please sign in to comment.