Skip to content

Commit

Permalink
Release version 1.2.0 (#132)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
didiladi authored Jan 26, 2021
1 parent 8611bd5 commit 2578543
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# Monitoring as Code Tool - Release Notes

- [Monitoring as Code - Release Notes](#monitoring-as-code---release-notes)
- [1.2.0](#120)
- [1.1.0](#110)
- [1.0.1](#101)
- [1.0.0](#100)

## 1.2.0

### List of 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.1.0

### List of changes
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

package version

const MonitoringAsCode = "1.1.0"
const MonitoringAsCode = "1.2.0"

0 comments on commit 2578543

Please sign in to comment.