diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a7ace..59d8456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ... +## [0.8.109] - 2024-07-30 +### Changed +- Update Elite Insights Parser to v2.71.2.0 + ## [0.8.108] - 2024-07-22 ### Changed - Update Elite Insights Parser to v2.71.1.0 diff --git a/Cargo.lock b/Cargo.lock index 3d5dce3..95650df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "gw2-dps-report" -version = "0.8.108" +version = "0.8.109" dependencies = [ "hyper", "mktemp", diff --git a/Cargo.toml b/Cargo.toml index 1a21381..84fa370 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gw2-dps-report" -version = "0.8.108" +version = "0.8.109" authors = ["Yang Sheng Han "] edition = "2021" diff --git a/Dockerfile b/Dockerfile index d7e6f6e..bb4d9b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apk update && \ FROM alpine AS parser -ARG ELITE_INSIGHTS_VERSION=v2.71.1.0 +ARG ELITE_INSIGHTS_VERSION=v2.71.2.0 RUN apk update && \ apk add --no-cache \