diff --git a/changelog.md b/changelog.md index fa05416..82c4b45 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-04-27 - 6.1.1 - fix(readme) +Fix license link reference in documentation + +- Updated the license link from [license](license) to [license.md](license.md) in the License and Legal Information section + ## 2025-04-27 - 6.1.0 - feat(readme) Update documentation with detailed built-in challenge handlers and custom handler examples diff --git a/readme.md b/readme.md index ca56cba..21ed160 100644 --- a/readme.md +++ b/readme.md @@ -307,7 +307,7 @@ This comprehensive guide ensures you can set up, manage, and test ACME certifica ## License and Legal Information -This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository. +This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license.md](license.md) file within this repository. **Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 14cd8ec..03e56d0 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartacme', - version: '6.1.0', + version: '6.1.1', description: 'A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.' }