Skip to content

Commit 805c92d

Browse files
DEV: Release version 2.1.0 (#264)
1 parent ada79e4 commit 805c92d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
919
## [2.0.0] - 2023-05-26
1020
### Changed
1121
- The package now requires ruby 2.7+

lib/discourse_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module DiscourseApi
3-
VERSION = "2.0.1"
3+
VERSION = "2.1.0"
44
end

0 commit comments

Comments
 (0)