Skip to content

Commit

Permalink
Release 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
iarenaza committed Apr 12, 2024
1 parent bd00a1f commit 1472767
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [UNRELEASED]

## [0.1.11] - 2024-04-12
- [deployment S3]: Fixed incomplete S3 policy [issue #19]
- [cli]: Fixed the cli http client hiding certain failed http request errors [issue #21]
- [auth]: Upgraded buddy-auth.jwt-oidc to latest version (includes several fixes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu -o pipefail

HOP_CLI_VERSION=0.1.10
HOP_CLI_VERSION=0.1.11
HOP_CLI_NAME=hop-cli.jar
INSTALL_DIR="/usr/local/hop-cli"
DOWNLOAD_DIR="${INSTALL_DIR}/${HOP_CLI_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.11-SNAPSHOT
0.1.11

0 comments on commit 1472767

Please sign in to comment.