Skip to content

Commit 06450f3

Browse files
authored
chore: release prep for v1.0.2 (#2)
## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Description ### Added - Added links to GitHub Discussions and create a new issue in `README.md` and `src/index.md`. ### Changed - Updated `README.md` and `src/index.md` such that every entry has either an F-Droid or Play Store link, where appropriate. - Bumped project version to `v1.0.2`. ## Checklist <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I have read and followed the guidelines in the **[CONTRIBUTING](https://github.com/netwk-pro/.github/blob/master/.github/CONTRIBUTING.md)** document. - [x] I've checked for existing Pull Requests for the same update/change. - [x] My code follows the project’s coding style. - [x] My code has been linted locally before submission. - [x] All new and existing tests pass. &nbsp; - [x] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes, if applicable. *(Optional, especially for new contributors)* Pull requests are part of a collaborative process — we welcome contributions and review each one carefully. For all but the smallest changes, you can expect maintainers to request improvements or clarifications. Please check back after opening your PR and be responsive to feedback so we can get your contribution merged quickly. Thanks for helping improve Network Pro Strategies!
2 parents cef8732 + d2822dd commit 06450f3

File tree

5 files changed

+124
-97
lines changed

5 files changed

+124
-97
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2323

2424
---
2525

26+
## [1.0.2] - 2025-11-07
27+
28+
### Added
29+
30+
- Added links to GitHub Discussions and create a new issue in `README.md` and `src/index.md`.
31+
32+
### Changed
33+
34+
- Updated `README.md` and `src/index.md` such that every entry has either an F-Droid or Play Store link, where appropriate.
35+
- Bumped project version to `v1.0.2`.
36+
37+
---
38+
2639
## [1.0.1] - 2025-11-07
2740

2841
### Changed
@@ -53,5 +66,7 @@ This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5366

5467
<!-- Link references -->
5568

56-
[Unreleased]: https://github.com/netwk-pro/privacy-apps/compare/v1.0.0...HEAD
69+
[Unreleased]: https://github.com/netwk-pro/privacy-apps/compare/v1.0.2...HEAD
70+
[1.0.2]: https://github.com/netwk-pro/privacy-apps/releases/tag/v1.0.2
71+
[1.0.1]: https://github.com/netwk-pro/privacy-apps/releases/tag/v1.0.1
5772
[1.0.0]: https://github.com/netwk-pro/privacy-apps/releases/tag/v1.0.0

0 commit comments

Comments
 (0)