diff --git a/CHANGELOG.md b/CHANGELOG.md index 0473a38..1d83db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# 0.2.6-rust-1.39.0 +# 0.2.6-rust-1.41.0 + +* Upgrade to Rust [`1.41.0`](https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html) + +# 0.2.6-rust-1.40.0 * Upgrade to Rust [`1.40.0`](https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html) diff --git a/Makefile b/Makefile index 22fd711..602762e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION ?= 0.2.6 -RUST_VERSION ?= 1.40.0 +RUST_VERSION ?= 1.41.0 REPO ?= softprops/lambda-rust TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"