Skip to content

Commit 49ed703

Browse files
committed
Admin
1 parent 45fc281 commit 49ed703

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.2 - 2026-03-09
9+
10+
- Added the JiraClient, allowing us to create, search, comment on Jira tickets for support processes.
11+
812
## 1.5.1 - 2026-02-05
913

1014
- Handles cases where `$callers` and `$ancestors` may not be pids to avoid crashing metric handler.

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.1",
7+
version: "1.5.2",
88
elixir: "~> 1.14",
99
start_permanent: Mix.env() == :prod,
1010
dialyzer: [plt_add_apps: [:mix, :ex_unit]],

0 commit comments

Comments
 (0)