From 459309378b8d24f308d86316553a9ed24be911de Mon Sep 17 00:00:00 2001 From: momiji Date: Tue, 20 Feb 2024 15:50:51 +0100 Subject: [PATCH] docs: update changelog for 1.7.0 --- CHANGELOG.md | 8 ++++++++ changelog.yml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e74bb6..a4f9939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## [1.7.0](https://github.com/momiji/kpx/compare/v1.6.1...v1.7.0) (2024-02-20) + +* fix: upgrade dependencies [5dbc89de](https://github.com/momiji/kpx/commit/5dbc89dee678ed7f485486b0a46009598e1785a9) +* feat: add native kerberos for windows/linux [fb9613b7](https://github.com/momiji/kpx/commit/fb9613b7c931a05bbf6e59492b520624ab661e90) +* fix: flush async logs before asing for login/password [d4b51680](https://github.com/momiji/kpx/commit/d4b51680ae3fc1210f91881d857c70e5996632b1) +* fix: errors messages [ec0a45b2](https://github.com/momiji/kpx/commit/ec0a45b23ba6ea819ee150e01e561215482d3d5b) + + ## [1.6.1](https://github.com/momiji/kpx/compare/v1.6.0...v1.6.1) (2024-01-30) diff --git a/changelog.yml b/changelog.yml index 318ff68..64b7a88 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,3 +1,39 @@ +- semver: 1.7.0 + date: 2024-02-20T15:50:51.457026363+01:00 + packager: "" + changes: + - commit: 5dbc89dee678ed7f485486b0a46009598e1785a9 + note: 'fix: upgrade dependencies' + author: + name: momiji + email: momiji@github.com + committer: + name: momiji + email: momiji@github.com + - commit: fb9613b7c931a05bbf6e59492b520624ab661e90 + note: 'feat: add native kerberos for windows/linux' + author: + name: Christian BOURGEOIS + email: christian.bourgeois@socgen.com + committer: + name: Christian BOURGEOIS + email: christian.bourgeois@socgen.com + - commit: d4b51680ae3fc1210f91881d857c70e5996632b1 + note: 'fix: flush async logs before asing for login/password' + author: + name: Christian BOURGEOIS + email: christian.bourgeois@socgen.com + committer: + name: Christian BOURGEOIS + email: christian.bourgeois@socgen.com + - commit: ec0a45b23ba6ea819ee150e01e561215482d3d5b + note: 'fix: errors messages' + author: + name: Christian BOURGEOIS + email: christian.bourgeois@socgen.com + committer: + name: Christian BOURGEOIS + email: christian.bourgeois@socgen.com - semver: 1.6.1 date: 2024-01-30T13:15:42.010525531+01:00 packager: ""