Skip to content

Commit

Permalink
Release version 0.4.5-1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosabalde committed Feb 1, 2025
1 parent ff4c0a4 commit db734e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 0.4.5-1 (2025-02-01):
+ Added `nocreate` to logrotate configuration.

- 0.4.4-1 (2025-01-31):
+ Fixed major I/O performance issue when writing metrics to DuckDB.

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL := /bin/bash
ROOT := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
UMASK := 022

VERSION := 0.4.4
VERSION := 0.4.5
ITERATION := 1
REVISION := $(shell cd '$(ROOT)' && git rev-parse --short HEAD)
ENVIRONMENT ?= production
Expand Down

0 comments on commit db734e7

Please sign in to comment.