Skip to content

Commit 2578543

Browse files
authored
Release version 1.2.0 (#132)
This commit extends the documentation for `monaco` version 1.2.0 and sets its version. `monaco` 1.2.0 contains the following changes: Features: * 4c53146 and 8611bd5 #19: Download current environment configuration (#122) * dfbad92 and f54c278 Fix #45: Introduce new experimental cli design (#100) Bugfixes: * fe30566 Fix #136: Handle failing to find project-root-folder path (#137) * 211dcbe and b74b06b Fix missing verbose flag in legacy cli (#129) Misc changes: * c70ca7b Fix #82: Define some install steps/requirements (#109)
1 parent 8611bd5 commit 2578543

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

RELEASE_NOTES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
# Monitoring as Code Tool - Release Notes
22

33
- [Monitoring as Code - Release Notes](#monitoring-as-code---release-notes)
4+
- [1.2.0](#120)
45
- [1.1.0](#110)
56
- [1.0.1](#101)
67
- [1.0.0](#100)
78

9+
## 1.2.0
10+
11+
### List of changes
12+
13+
#### Features
14+
15+
* 4c53146 and 8611bd5 #19: Download current environment configuration (#122)
16+
* dfbad92 and f54c278 Fix #45: Introduce new experimental cli design (#100)
17+
18+
#### Bugfixes
19+
20+
* fe30566 Fix #136: Handle failing to find project-root-folder path (#137)
21+
* 211dcbe and b74b06b Fix missing verbose flag in legacy cli (#129)
22+
23+
#### Misc changes
24+
25+
* c70ca7b Fix #82: Define some install steps/requirements (#109)
26+
827
## 1.1.0
928

1029
### List of changes

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
package version
1818

19-
const MonitoringAsCode = "1.1.0"
19+
const MonitoringAsCode = "1.2.0"

0 commit comments

Comments
 (0)