Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Jan 27, 2021
1 parent b4c99a6 commit 99fc7cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v0.9.3
- Recovery code for Cartel HTTP 500 error during create

## v0.9.2
- Improve error handling for Cartel

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/herkyl/patchwerk v0.0.0-20190629103337-f0ea77068152
github.com/loafoe/easyssh-proxy/v2 v2.0.2
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/philips-software/go-hsdp-api v0.32.2
github.com/philips-software/go-hsdp-api v0.32.3
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/zclconf/go-cty v1.7.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtP
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
github.com/philhofer/fwd v1.0.0/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU=
github.com/philips-software/go-hsdp-api v0.32.2 h1:uwtC/ECWww9CvyBXThqMlMmC79ESOAhuJVBvN9tHfcg=
github.com/philips-software/go-hsdp-api v0.32.2/go.mod h1:zYRZs6S8Oth4caY5cR1x1e9OO1PfzQgXVmHRwqOwVGg=
github.com/philips-software/go-hsdp-api v0.32.3 h1:uKzLST5u8ViL6NAaBux2BXCaLNlslGLFmVfWoWHvA8I=
github.com/philips-software/go-hsdp-api v0.32.3/go.mod h1:zYRZs6S8Oth4caY5cR1x1e9OO1PfzQgXVmHRwqOwVGg=
github.com/philips-software/go-hsdp-signer v1.3.0 h1:Si1voDE/GHzthmxpasPdntbu8aUW6EYJfI6gHVf7BCc=
github.com/philips-software/go-hsdp-signer v1.3.0/go.mod h1:/QehZ/+Aks2t1TFpjhF/7ZSB8PJIIJHzLc03rOqwLw0=
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
Expand Down

0 comments on commit 99fc7cb

Please sign in to comment.