diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b66a40..e4c53c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ... +## [0.8.105] - 2024-06-21 +### Changed +- Update Elite Insights Parser to v2.69.2.0 + ## [0.8.104] - 2024-06-17 ### Changed - Update Elite Insights Parser to v2.69.1.1 diff --git a/Cargo.lock b/Cargo.lock index cbaf571..8d0e48a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "gw2-dps-report" -version = "0.8.104" +version = "0.8.105" dependencies = [ "hyper", "mktemp", diff --git a/Cargo.toml b/Cargo.toml index 998798b..b243246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gw2-dps-report" -version = "0.8.104" +version = "0.8.105" authors = ["Yang Sheng Han "] edition = "2021" diff --git a/Dockerfile b/Dockerfile index fa3e937..f8ee607 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apk update && \ FROM alpine AS parser -ARG ELITE_INSIGHTS_VERSION=v2.69.1.1 +ARG ELITE_INSIGHTS_VERSION=v2.69.2.0 RUN apk update && \ apk add --no-cache \