Skip to content

Commit 1c80b9b

Browse files
authored
Release version 1.3.1 (#171)
This commit extends the documentation for monaco version 1.3.1 and sets its version. monaco 1.3.1 contains the following changes: Bugfixes: * 2e0e88a: Cope with faulty configs (name or id is null) (#169)
1 parent 2e0e88a commit 1c80b9b

File tree

2 files changed

+14
-20
lines changed

2 files changed

+14
-20
lines changed

RELEASE_NOTES.md

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

3-
- [Monitoring as Code Tool - Release Notes](#monitoring-as-code-tool---release-notes)
3+
- Versions:
4+
- [1.3.1](#131)
45
- [1.3.0](#130)
5-
- [List of changes](#list-of-changes)
6-
- [Deprecation Warnings](#deprecation-warnings)
7-
- [Features](#features)
8-
- [Bugfixes](#bugfixes)
9-
- [Misc changes](#misc-changes)
106
- [1.2.0](#120)
11-
- [List of changes](#list-of-changes-1)
12-
- [Features](#features-1)
13-
- [Bugfixes](#bugfixes-1)
14-
- [Misc changes](#misc-changes-1)
157
- [1.1.0](#110)
16-
- [List of changes](#list-of-changes-2)
17-
- [Features](#features-2)
18-
- [Bugfixes](#bugfixes-2)
19-
- [Library updates](#library-updates)
20-
- [Misc changes](#misc-changes-2)
218
- [1.0.1](#101)
229
- [1.0.0](#100)
2310

11+
## 1.3.1
12+
13+
### List of changes
14+
#### Bugfixes
15+
16+
* 2e0e88a: Cope with faulty configs (name or id is null) (#169)
17+
2418
## 1.3.0
2519

2620
### List of changes
2721

2822
#### Deprecation Warnings
29-
* #146: `application-web` configuration type replaces `application` in the future
30-
* `application` config type is deprecated with 1.3.0 and will be removed with 2.0.0
23+
* Fix #146: `application-web` configuration type replaces `application` in the future (#149)
24+
* `application` config type is deprecated with 1.3.0 and will be removed with 2.0.0 (#149)
3125

3226
#### Features
3327

34-
* #146: Add support for `application-mobile`(applications/mobile) configurations
35-
* #66: Add support for `slo` (/api/v2/slo) configruations
28+
* Fix #146: Add support for `application-mobile`(applications/mobile) configurations (#149)
29+
* 5558b61 Fix #66: Add support for `slo` (/api/v2/slo) configruations (#153)
3630

3731
#### Bugfixes
3832

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.3.0"
19+
const MonitoringAsCode = "1.3.1"

0 commit comments

Comments
 (0)