Skip to content

Commit

Permalink
DPDV-6531: Bump version for new release (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-majlis-s1 authored Jun 20, 2024
1 parent 363a175 commit 6a9ff2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Release Notes

## 0.19.0

* fix: retry also when server is not returning JSON

## 0.18.0

* break: drop support for Go 1.20 and add testing for Go 1.22
Expand Down
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
package version

const (
Version = "0.18.0"
ReleasedDate = "2024-02-15"
Version = "0.19.0"
ReleasedDate = "2024-06-20"
)
4 changes: 2 additions & 2 deletions pkg/version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import (
)

func TestVersion(t *testing.T) {
assert.Equal(t, "0.18.0", Version)
assert.Equal(t, "2024-02-15", ReleasedDate)
assert.Equal(t, "0.19.0", Version)
assert.Equal(t, "2024-06-20", ReleasedDate)
}

0 comments on commit 6a9ff2e

Please sign in to comment.