Skip to content

Commit 8cbe9a3

Browse files
committed
Admin
1 parent b1cef35 commit 8cbe9a3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.5.3 - 2026-03-09
9+
10+
- Added the OpenTelemetry module, which we will use to enrich support Jira tickets with logs data.
11+
812
## 1.5.2 - 2026-03-09
913

1014
- Added the JiraClient, allowing us to create, search, comment on Jira tickets for support processes.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Zexbox.MixProject do
44
def project do
55
[
66
app: :zexbox,
7-
version: "1.5.2",
7+
version: "1.5.3",
88
elixir: "~> 1.14",
99
start_permanent: Mix.env() == :prod,
1010
dialyzer: [plt_add_apps: [:mix, :ex_unit]],

0 commit comments

Comments
 (0)