Skip to content

Commit

Permalink
Release version 0.5.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosabalde committed Feb 12, 2025
1 parent 1add767 commit c669f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- ?
- 0.5.2-1 (2025-02-12):
+ Improved logrotate configuration.
+ Fixed DuckDB query when normalizing input `from` and `to` timestamps.

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.5.1
VERSION := 0.5.2
ITERATION := 1
REVISION := $(shell cd '$(ROOT)' && git rev-parse --short HEAD)
ENVIRONMENT ?= production
Expand Down

0 comments on commit c669f6f

Please sign in to comment.