Skip to content

Commit b5a6f35

Browse files
authored
chore: release prep for v1.25.23 (#177)
* chore: release prep for v1.25.23 * docs: updated CHANGELOG.md * fix: corrected detached signature type
1 parent ce08e5d commit b5a6f35

File tree

7 files changed

+35
-22
lines changed

7 files changed

+35
-22
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ version increments reflecting both user-visible and operational impact.
2424

2525
---
2626

27+
## [1.25.23] - 2026-01-04
28+
29+
### Changed
30+
31+
- Updated `README.md` to accurately reflect hosting.
32+
- Updated timestamp in `static/.well-known/security.txt` and created a new detached signature.
33+
- Bumped project version to `v1.25.23`.
34+
35+
---
36+
2737
## [1.25.22] - 2026-01-01
2838

2939
### Added
@@ -2149,7 +2159,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
21492159

21502160
<!-- Link references -->
21512161

2152-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.22...HEAD
2162+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.23...HEAD
2163+
[1.25.23]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.23
21532164
[1.25.22]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.22
21542165
[1.25.21]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.21
21552166
[1.25.20]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.20

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This file is part of Network Pro.
2424
This GitHub repository powers the official web presence of **[Network Pro Strategies](https://netwk.pro/about)** — a research- and infrastructure-focused technology initiative working across cybersecurity, digital systems, and privacy. Our work spans applied research and development, experimental infrastructure, educational tools and publications, and public advocacy for security- and privacy-respecting technology.
2525

2626
Built with [SvelteKit](https://kit.svelte.dev/) and deployed via [Vercel](https://vercel.com/).
27-
[Blog](https://github.com/netwk-pro/blog) and [documentation](https://github.com/netwk-pro/docs) subsites built with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) and deployed via [Vercel](https://vercel.com/) and [Netlify](https://netlify.com/).
27+
[Blog](https://github.com/netwk-pro/blog) and [documentation](https://github.com/netwk-pro/docs) subsites built with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) and deployed via [Vercel](https://vercel.com/).
2828

2929
All infrastructure and data flows are designed with **maximum transparency, self-hosting, and user privacy** in mind.
3030

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "@networkpro/web",
33
"private": false,
4-
"version": "1.25.22",
4+
"version": "1.25.23",
55
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
66
"keywords": [
7+
"advocacy",
78
"consulting",
89
"cybersecurity",
10+
"education",
911
"networking",
1012
"policy",
1113
"privacy",

static/.well-known/security.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Canonical: https://netwk.pro/.well-known/security.txt
99
Signature: https://netwk.pro/.well-known/security.txt.sig
1010
# This file is authenticated using a detached GPG signature:
1111
# https://netwk.pro/.well-known/security.txt.sig
12-
Expires: 2025-12-31T23:59:59Z
12+
Expires: 2026-12-31T23:59:59Z
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
3+
iHUEARYKAB0WIQS3/h1ObKs+cUqf325Iy3KQwA0NpQUCaVpH3AAKCRBIy3KQwA0N
4+
paX5AQDUKoVbYdfuhOuE6d3f9LOzJaClIpLlit0fyWd1TKqNmAEAgRpH8Z22O4vf
5+
K6gOVLSo5QngPPXqN7kQCcN8oeydzg8=
6+
=WWvf
7+
-----END PGP SIGNATURE-----

static/.well-known/security.txt.sig

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)