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