Skip to content

Commit

Permalink
Release 0.41.1 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlinsley authored Nov 3, 2021
1 parent c757644 commit 880863e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.41.1 2021-11-03

* Fix schema stats for databases with some custom data types
* Fix tracking of index scans over time

## 0.41.0 2021-10-14

* Add support for custom data types
Expand Down
4 changes: 2 additions & 2 deletions packages/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export NAME=pganalyze-collector
export VERSION=0.41.0
export GIT_VERSION=v0.41.0
export VERSION=0.41.1
export GIT_VERSION=v0.41.1
#export GIT_VERSION=HEAD
#export GIT_VERSION=618e85ce5ed5365bc7d9d9da866fdeb73bac5a55
#export VERSION=$(shell git show -s --format=%ct.%h HEAD)
Expand Down
2 changes: 1 addition & 1 deletion util/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package util

const CollectorVersion = "0.41.0"
const CollectorVersion = "0.41.1"
const CollectorNameAndVersion = "pganalyze-collector " + CollectorVersion

0 comments on commit 880863e

Please sign in to comment.