Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #78 from secrethub/release/v0.20.0
Browse files Browse the repository at this point in the history
Release v0.20.0
  • Loading branch information
jpcoenen authored May 23, 2019
2 parents a199cf0 + e4e6e62 commit 1ecfe62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# Security Policy

## Reporting a Vulnerability

At SecretHub, we consider the security of our systems a top priority. But no matter how much effort we put into system security, there can still be vulnerabilities present.

If you discover a vulnerability, we would like to know about it so we can take steps to address it as quickly as possible. We would like to ask you to help us better protect our clients and our systems. Please check out the [responsible disclosure policy](https://secrethub.io/security/responsible-disclosure/).
1 change: 1 addition & 0 deletions internals/api/billing.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ type SubscriptionFee struct {
CurrentPeriodStart int64 `json:"current_period_start"`
TrialEnd int64 `json:"trial_end"`
TrialStart int64 `json:"trial_start"`
CancelAt int64 `json:"cancel_at"`
}

// UpdateSubscriptionRequest defines a request for adding or updating a subscription.
Expand Down
2 changes: 1 addition & 1 deletion pkg/secrethub/client_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package secrethub

// ClientVersion is the current version of the client
// Do not edit this unless you know what you're doing.
const ClientVersion = "v0.19.0"
const ClientVersion = "v0.20.0"

0 comments on commit 1ecfe62

Please sign in to comment.