Skip to content

Commit e909a51

Browse files
committed
updated changelog
1 parent 30e25eb commit e909a51

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.14
17+
go-version: 1.17
1818
- name: Import GPG key
1919
id: import_gpg
2020
uses: paultyng/[email protected]

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changes
22

3-
## 0.3.1 (unreleased)
3+
## 0.3.2 (unreleased)
44

55
- Add `function_arns` attribute reference
66

7+
## 0.3.1 (2022-06-15)
78

9+
- upgraded to Go version 1.17 to trigger building arm64 builds
810
## 0.3.0 (2020-10-26)
911

1012
- Add support for custom environment variables

0 commit comments

Comments
 (0)