diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c8e95..c51b9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ... +## [0.8.116] - 2024-10-23 +### Changed +- Update Elite Insights Parser to v2.73.3.1 + ## [0.8.115] - 2024-10-23 ### Changed - Update Elite Insights Parser to v2.73.3.0 diff --git a/Cargo.lock b/Cargo.lock index bab7dac..abe0bdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "gw2-dps-report" -version = "0.8.115" +version = "0.8.116" dependencies = [ "hyper", "mktemp", diff --git a/Cargo.toml b/Cargo.toml index fb1bdce..99ff0d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gw2-dps-report" -version = "0.8.115" +version = "0.8.116" authors = ["Yang Sheng Han "] edition = "2021" diff --git a/Dockerfile b/Dockerfile index 4ac3d9f..3b728d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apk update && \ FROM alpine AS parser -ARG ELITE_INSIGHTS_VERSION=v2.73.3.0 +ARG ELITE_INSIGHTS_VERSION=v.2.73.3.1 RUN apk update && \ apk add --no-cache \