From 26533ce1ab393a508b89bfc6f35440cf385c4072 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 07:47:07 +0000 Subject: [PATCH] chore(main): release 6.2.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b259c3..82317d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This changelog is deprecated. All changes are documented under [releases](https://github.com/equinor/tagreader-python/releases). +## [6.2.1](https://github.com/equinor/tagreader-python/compare/v6.2.0...v6.2.1) (2025-10-15) + + +### 🧹 Chores + +* add permissions to pipelines ([#451](https://github.com/equinor/tagreader-python/issues/451)) ([ed4863a](https://github.com/equinor/tagreader-python/commit/ed4863aa71835927411e14d902291ddeac123f34)) + ## [6.2.0](https://github.com/equinor/tagreader-python/compare/v6.1.0...v6.2.0) (2025-10-15) diff --git a/pyproject.toml b/pyproject.toml index bcc59b8..3950c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tagreader" -version = "6.2.0" +version = "6.2.1" description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems." authors = [ { name = "Einar S. Idsø", email = "eiids@equinor.com" },