You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## [1.7.2] - 2023-12-01
4
+
5
+
Changes in this version:
6
+
7
+
- Implemented automatic GitHub release and tag creation in the CI pipeline. This enhancement, addressed in issue [#133](https://github.com/MrRefactoring/confluence.js/issues/133), automates the process of creating GitHub releases and tags corresponding to new versions, streamlining the release process.
8
+
- Thanks to [Joe Ennever](https://github.com/JoeEnnever), the `searchContentByCQL` method has been enhanced with an `expand` property. This addition, merged in pull request [#134](https://github.com/MrRefactoring/confluence.js/pull/134/files), allows for more flexible and detailed content queries in the Confluence API.
9
+
3
10
### 1.7.0
4
11
5
12
-`apiPrefix` was added to the code for allowing to use of custom API prefix for all clients. Thanks to [Petr Plenkov](https://github.com/ThePlenkov) for the pull request.
0 commit comments