From 115df2d74c65e6bb09d91484edae62c3779cb242 Mon Sep 17 00:00:00 2001 From: Kerren Ortlepp Date: Mon, 6 May 2024 21:14:25 +0200 Subject: [PATCH] chore(release): 2.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244020d..f277af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [2.5.0](https://github.com/kerren/dockem/compare/v2.4.0...v2.5.0) (2024-05-06) + + +### Features + +* **auth:** Use the regclient code to extract the docker host authentication from ~/.docker/config.json [#17](https://github.com/kerren/dockem/issues/17) ([6d8a237](https://github.com/kerren/dockem/commit/6d8a237f404bac19af9c84c5a6450d8d358a0129)) + ## [2.4.0](https://github.com/kerren/dockem/compare/v2.3.0...v2.4.0) (2024-05-05) diff --git a/package.json b/package.json index 3503eb1..56d0cc3 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { - "version": "2.4.0", + "version": "2.5.0", "license": "MIT" }