We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6eff8 commit b7f33a8Copy full SHA for b7f33a8
RELEASE_NOTES.md
@@ -1,8 +1,12 @@
1
# Monitoring as Code Tool - Release Notes
2
3
- [Monitoring as Code - Release Notes](#monitoring-as-code---release-notes)
4
+ - [1.0.1](#101)
5
- [1.0.0](#100)
6
7
+## 1.0.1
8
+* #43: Fix Logger Setup. Fixes verbose logging flag being ignored and file logs not being written.
9
+
10
## 1.0.0
11
*Initial release*
-* Create, update and delete monitoring configuration on Dynatrace environments
12
+* Create, update and delete monitoring configuration on Dynatrace environments
pkg/version/version.go
@@ -16,4 +16,4 @@
16
17
package version
18
19
-const MonitoringAsCode = "1.0.0"
+const MonitoringAsCode = "1.0.1"
0 commit comments