version up

pull/557/head
hunterlong 2020-05-01 23:13:33 -07:00
parent 7be3961891
commit f6edf08b19
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,9 @@
# Upcoming
# 0.90.35 (05-01-2020)
- Fixed issue with API endpoints cannot accepting Authorization header
- Fixed issue with sass executable not being found, SASS environment var re-implemented
- Added additional Postman API doc endpoints
# 0.90.34 (04-28-2020)
- Added missing information to Mail notification ([#472](https://github.com/statping/statping/issues/472))
- Added service.yml file to auto create services (https://github.com/statping/statping/wiki/services.yml)
- Removed Core API_KEY, (unused code, use API_SECRET)

View File

@ -66,11 +66,6 @@ func CompileSASS(files ...string) error {
return errors.Wrapf(err, "failed to compile assets, %s %s %s", err, stdout, stderr)
}
//if stdout != "" || stderr != "" {
// log.Errorln(fmt.Sprintf("Failed to compile assets with SASS %v %v %v", err, stdout, stderr))
// return errors.Wrap(err, "failed to capture stdout or stderr")
//}
if stdout != "" || stderr != "" {
log.Infoln(fmt.Sprintf("out: %v | error: %v", stdout, stderr))
}

View File

@ -1 +1 @@
0.90.34
0.90.35