Skip to content

Commit 444b9e7

Browse files
authored
Include API releases in changelog (#157)
1 parent f88096c commit 444b9e7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/changelog.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
import Link from '@docusaurus/Link'
22

3-
# API Changelog
3+
# Changelog
44

5-
The API Changelog is available on GitHub. For every important change in the API or its documentation, we make a new GitHub 'release'.
5+
The Documentation Changelog is available on GitHub. For every important change in the API or its documentation, we make a new GitHub 'release'.
66

77
See [Devices and API Versions](/docs/introduction#devices) to read more about the API versions and the devices that are supported.
88

99
{/* prettier-ignore */}
1010
<Link className='button button--primary' to='https://github.com/homewizard/api-documentation/releases'>Open Changelog</Link>
1111

12+
## API Changelog
13+
14+
### v1
15+
16+
Feature development of the v1 API has been stopped. No new features will be added to the v1 API. Only critical bug fixes will be applied. We recommend you to upgrade to the v2 API as soon as possible, as the v1 API will be removed in the future.
17+
18+
### v2
19+
20+
- **2.0.0** - 21-01-2025 - Initial release of the v2 API.
21+
1222
## Subscribe to Updates
1323

1424
Get notified for changes in the API and its documentation when something has changed. Subscribe to changes at GitHub. Click the "Watch" button in the top-right to select your notifications type. We recommend you to select "Watch → "Custom" → "Releases".

0 commit comments

Comments
 (0)