diff --git a/changelog.md b/changelog.md index 5caf280..c877eec 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-12-23 - 1.3.0 - feat(core) +Initial release of Docker client with TypeScript support + +- Provides easy communication with Docker's remote API from Node.js +- Includes implementations for managing Docker services, networks, secrets, containers, and images + ## 2024-12-23 - 1.2.8 - fix(core) Improved the image creation process from tar stream in DockerImage class. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index cbb2c00..cdc5fc0 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiclient.xyz/docker', - version: '1.2.8', + version: '1.3.0', description: 'Provides easy communication with Docker remote API from Node.js, with TypeScript support.' }