Skip to content

Commit

Permalink
preparing v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed May 19, 2024
1 parent f3c86fb commit 0115814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.4.0 (Next)
### 1.4.0
- Add `insert`, `replace`, and `sort_list` functions.

### 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// provider documentation generation.
//go:generate tfplugindocs generate --provider-name stdlib

const version string = "1.3.0"
const version string = "1.4.0"

func main() {
// start provider server
Expand Down

0 comments on commit 0115814

Please sign in to comment.