Skip to content

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
This commit extends the documentation for monaco version 1.5.2 and
sets its version. Monaco 1.5.2 contains the following changes:

List of changes:

Bugfixes:
* 422679b fix: Update mobile application config to fix integration tests (#289)
* b3761ee fix: References on pre-existing SLOs do not work (#289)

Misc changes:
* f5303a7 ci: Add static code analysis of PRs (#286)
  • Loading branch information
didiladi committed Apr 16, 2021
1 parent 422679b commit 7cb1b2f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Monitoring as Code Tool - Release Notes

- Versions:
- [1.5.2](#152)
- [1.5.1](#151)
- [1.5.0](#150)
- [1.4.0](#140)
Expand All @@ -11,6 +12,17 @@
- [1.0.1](#101)
- [1.0.0](#100)

## 1.5.2

### List of changes

#### Bugfixes
* 422679b fix: Update mobile application config to fix integration tests (#289)
* b3761ee fix: References on pre-existing SLOs do not work (#289)

#### Misc changes
* f5303a7 ci: Add static code analysis of PRs (#286)

## 1.5.1

### 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.5.1"
const MonitoringAsCode = "1.5.2"

0 comments on commit 7cb1b2f

Please sign in to comment.