Skip to content

Commit

Permalink
Bump version to 3.1.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancharles committed Jul 30, 2019
1 parent 64903fc commit 4d0c077
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [3.1.2](https://github.com/Netflix-Skunkworks/stethoscope-app/tree/v3.1.2)

### Fixed
- Error on new macs >=10.14.6 where system update settings files do not exist until preferences are changed. This was causing the app to hang when the scan request failed.

### Added
- Support for SUGGESTED and IF_SUPPORTED application policies and appropriate UI messaging
- Better logging for CORS failures

----

## [3.1.1](https://github.com/Netflix-Skunkworks/stethoscope-app/tree/v3.1.1)

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stethoscope",
"version": "3.1.1",
"version": "3.1.2",
"private": true,
"homepage": "./",
"author": "Netflix",
Expand Down Expand Up @@ -185,4 +185,4 @@
}
]
}
}
}

0 comments on commit 4d0c077

Please sign in to comment.