Skip to content

Commit cf561d7

Browse files
committed
Release 1.1.0
1 parent 5326cb3 commit cf561d7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Icinga DB Changelog
22

3+
## 1.1.0 (2022-11-10)
4+
5+
This release adds a tool for migrating history from IDO. Apart from that,
6+
it reduces RAM usage and includes updated dependencies.
7+
8+
* Add `icingadb-migrate` for migrating IDO history to Icinga DB. #253 #536 #541
9+
* Reduce RAM usage during full sync. #525
10+
* Update dependencies. #522 #524 #533 #534 #540
11+
312
## 1.0.0 (2022-06-30)
413

514
Final release

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ import (
77
// Version contains version and Git commit information.
88
//
99
// The placeholders are replaced on `git archive` using the `export-subst` attribute.
10-
var Version = version.Version("1.0.0", "$Format:%(describe)$", "$Format:%H$")
10+
var Version = version.Version("1.1.0", "$Format:%(describe)$", "$Format:%H$")

0 commit comments

Comments
 (0)