Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-yurchenko committed Jan 3, 2021
1 parent b4777fa commit 887a3e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.2](https://github.com/ReasonSoftware/security-group-manager/releases/tag/v1.0.2) - 2021-01-03
### Changed
- Upgrade dependencies

## [1.0.1](https://github.com/ReasonSoftware/security-group-manager/releases/tag/v1.0.1) - 2020-10-11
### Changed
- Upgrade GoLang to 1.15
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ $(GO_LINTER):

.PHONY: release
release: test
@rm -f ./$(BINARY)
@mkdir -p release
@GOOS=linux GOARCH=amd64 go build -o $(BINARY)
serverless deploy --stage prod

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func init() {
}

func handler() {
log.Info("security-group-manager v1.0.1")
log.Info("security-group-manager v1.0.2")

if err := Config.Run(Cli); err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 887a3e1

Please sign in to comment.