Skip to content

Commit

Permalink
Release 0.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Sep 25, 2024
1 parent 59f7cf3 commit add0ba6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# v0.66.0 - 2024-09-25

- [IMPROVEMENT] Test metrics validity when testing Exporter #526
- [IMPROVEMENT] Shard: Add support for Authorization header #518
- [BUGFIX] Fix promql-query Vue component rendering #516
- [INTERNAL] Upgrade Celery #514
- [INTERNAL] Django upgrade fixes #515
- [INTERNAL] Update dependencies #513
- [INTERNAL] Update mysql settings in docker-compose #509

# v0.65.0 - 2024-05-16

- [BUGFIX] Fix testing Rule query before saving #510
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "promgen"
version = "0.66.0.dev"
version = "0.66.0"
authors = [{ name = "LINE Corporation", email = "dl_oss_dev@linecorp.com" }]
classifiers = [
"Environment :: Web Environment",
Expand Down

0 comments on commit add0ba6

Please sign in to comment.