Skip to content

Commit 66e40f9

Browse files
chore: bump version
1 parent 9a685c2 commit 66e40f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 2.8.2 (2025-09-06)
3+
- Restore compatibility of `jira.el` with older JIRA API versions where the `search/jql`
4+
endpoint does not exist.
5+
26
## 2.8.1 (2025-09-01)
37
- Apply font-lock-face to faces to fix faces not being rendered in detail view.
48

jira.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2025 Pablo González Carrizo
44

55
;; Author: Pablo González Carrizo <[email protected]>
6-
;; Version: 2.8.1
6+
;; Version: 2.8.2
77
;; Created: 2025-02-16
88
;; URL: https://github.com/unmonoqueteclea/jira.el
99
;; Package-Requires: ((emacs "29.1") (request "0.3.0") (tablist "1.0") (transient "0.8.3") (magit-section "4.2.0"))
@@ -34,7 +34,7 @@
3434
(require 'jira-issues)
3535
(require 'jira-tempo)
3636

37-
(defconst jira-version "jira.el v2.8.1" "jira.el package version.")
37+
(defconst jira-version "jira.el v2.8.2" "jira.el package version.")
3838

3939
(provide 'jira)
4040

0 commit comments

Comments
 (0)