M CHANGELOG.md => CHANGELOG.md +11 -0
@@ 1,6 1,17 @@
Changelog
=========
+1.6.0 (2024-10-15)
+------------------
+
+### Fixed
+
+* Don't show Service Alert & Product Announcement contact uses on-prem.
+* Added appropriate quotes to Windows agent setup instructions.
+* Fixed round-trip handling of interface MSS Clamping advanced setting.
+
+### Added
+
1.5.0 (2024-08-09)
------------------
M package-lock.json => package-lock.json +2 -2
@@ 1,12 1,12 @@
{
"name": "custos",
- "version": "1.5.0",
+ "version": "1.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "custos",
- "version": "1.5.0",
+ "version": "1.6.0",
"dependencies": {
"@mdi/font": "^7.2.96",
"@oruga-ui/oruga-next": "^0.6.0",
M package.json => package.json +1 -1
@@ 1,6 1,6 @@
{
"name": "custos",
- "version": "1.5.0",
+ "version": "1.6.0",
"private": true,
"scripts": {
"dev": "vite",