We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada79e4 commit 805c92dCopy full SHA for 805c92d
CHANGELOG.md
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [2.1.0] - 2025-12-02
10
+### Changed
11
+- Add support for `external_id` in topic creation
12
+### Added
13
+- Add get topic url by `external_id`
14
+
15
+## [2.0.1] - 2023-06-09
16
+### Removed
17
+- Invite admin method removed
18
19
## [2.0.0] - 2023-05-26
20
### Changed
21
- The package now requires ruby 2.7+
lib/discourse_api/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module DiscourseApi
3
- VERSION = "2.0.1"
+ VERSION = "2.1.0"
4
end
0 commit comments