From 44313ab03f2a79efc9b7a090303a6617d70688b3 Mon Sep 17 00:00:00 2001 From: Tomas Rychlik Date: Mon, 2 Dec 2024 15:30:43 +0100 Subject: [PATCH] 0.2.8 - langtail 1.0.4 with fixed js assertions --- CHANGELOG.md | 5 +++++ charts/langtail/Chart.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bafdfd5..2104be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.2.8 + +- Using Langtail 1.0.4 +- Javascript assertions in tests are now working correctly + ## 0.2.7 - Using Langtail 1.0.3 diff --git a/charts/langtail/Chart.yaml b/charts/langtail/Chart.yaml index f2c84e2..391179e 100644 --- a/charts/langtail/Chart.yaml +++ b/charts/langtail/Chart.yaml @@ -6,10 +6,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.7 +version: 0.2.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.0.3" +appVersion: "1.0.4"