Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskr97 committed Sep 18, 2021
1 parent e45d671 commit a4bb480
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0.2] - 2021-09-18
### Added
- More log messages on minidump processing
- `/logs/app.log` for application logs

### Fixed
- Dockerfile to download essential library `libcurl3-gnutls` for stackwalker


## [0.2.0.1] - 2021-09-07
### Added
- Module to get system specific information

### Changed
- Switched from python logging module to [loguru](https://github.com/Delgan/loguru)

## [0.2.0] - 2021-09-05
### Added
- Allow for deep linking via `#` in url on the settings page
Expand All @@ -15,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- gunicorn access logs are written to the /logs directory

### Changed
- Switched from python logging module to [loguru](https://github.com/Delgan/loguru)
- Disallow empty version argument when uploading symbol for versioned project

### Removed
Expand Down

0 comments on commit a4bb480

Please sign in to comment.