diff --git a/CHANGELOG.md b/CHANGELOG.md index 64425df..22fb751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ... +## [0.8.114] - 2024-09-18 +### Changed +- Update Elite Insights Parser to v2.73.2.0 + ## [0.8.113] - 2024-09-05 ### Changed - Update Elite Insights Parser to v2.73.1.0 diff --git a/Cargo.lock b/Cargo.lock index dd1829c..b47b286 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "gw2-dps-report" -version = "0.8.113" +version = "0.8.114" dependencies = [ "hyper", "mktemp", diff --git a/Cargo.toml b/Cargo.toml index 177b7a7..59d2548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gw2-dps-report" -version = "0.8.113" +version = "0.8.114" authors = ["Yang Sheng Han "] edition = "2021" diff --git a/Dockerfile b/Dockerfile index 22d9bcd..ab5a5a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apk update && \ FROM alpine AS parser -ARG ELITE_INSIGHTS_VERSION=v2.73.1.0 +ARG ELITE_INSIGHTS_VERSION=v2.73.2.0 RUN apk update && \ apk add --no-cache \