diff --git a/CHANGELOG.md b/CHANGELOG.md index 1333698c..93f07032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 4.8.0 - Added ability for manual delete exposure risk info +## 4.7.1 +- Bump iOS version availability for some log methods +- Clear exposure risk info on demand ## 4.7.0 - Omit package analysis on very first app run diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a8270162..ffa04aa4 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,5 +1,4 @@ ## Lista osób które podpisały [oświadczenie o udzieleniu licencji](DISCLAIMER.pdf) i wprowadziły zmiany w projekcie: - | Imię i nazwisko | GitHub ID | Komponenty | | ------------------- | ------------------------------------------------------- | -------------- | | Jakub Lipiński | [jakublipinski](https://github.com/jakublipinski) | backend, specs | @@ -31,3 +30,5 @@ | Oleksandr Katrych | [OKatrych](https://github.com/OKatrych) | android | | Wojciech Brydak | [wbrydak](https://github.com/wbrydak) | specs | | Damian Klimas | [D4mK](https://github.com/D4mK) | specs, legal | +| Kamil Gałuszka | [galuszkak](https://github.com/galuszkak) | android, web | +| Piotr Konieczny | [piotr-cz](https://github.com/piotr-cz) | web | diff --git a/README.md b/README.md index 487c8532..82e5857a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ App implements contact tracing module that is based on [Exposure Notification AP * [Reporting risk level](Documentation/ReportingRiskLevel.md) to the PWA: extract risk scores of saved exposures and calculate risk level, pass risk level to PWA * [Removing historical data](Documentation/RemovingHistoricalData.md): remove information about exposures older than 14 days - ## Project modules - App - contains classes related to app's life cycle @@ -79,6 +78,11 @@ To launch it, type `sh rebuild.sh` in your console. - Added ability for manual delete exposure risk info +**4.7.1** + +- Bump iOS version availability for some log methods +- Clear exposure risk info on demand + **4.7.0** - Omit package analysis on very first app run diff --git a/doc/images/logo.png b/doc/images/logo.png new file mode 100644 index 00000000..a8f6c65c Binary files /dev/null and b/doc/images/logo.png differ