diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0edde..00169b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.3.1 + +* Fix client-ip logging. +* Wire request-type into logs + ## v0.3.0 A foundational overhaul of SQLite's integration and orchestration. This will diff --git a/Dockerfile b/Dockerfile index d33c616..ae104f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.81-slim AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.83-slim AS chef # Install additional build dependencies. #