Skip to content

Commit

Permalink
Update RELEASE-NOTES.md, module.go and *.go files for new version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Build committed Dec 27, 2023
1 parent 42f6a03 commit 9b26151
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# godynamo release notes

## 2023-12-27 - v1.0.0

### Changed

- BREAKING: bump Go version to 1.18

### Added/Refactoring

- Refactor to follow go-module-template structure

### Fixed/Improvement

- Fix GoLint
- Fix CodeQL alerts

## 2023-07-27 - v0.4.0

- Support `ConsistentRead` option for `SELECT` query.
Expand Down
2 changes: 1 addition & 1 deletion module.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package godynamo

const (
// Version holds the semantic version number of this module.
Version = "0.3.0"
Version = "1.0.0"
)

// This file contains module's metadata only, which is package level documentation and module Version string.
Expand Down

0 comments on commit 9b26151

Please sign in to comment.