Skip to content

Commit 6569f08

Browse files
chore(release): 2.1.0 [skip ci]
## [2.1.0](v2.0.0...v2.1.0) (2025-09-01) ### Features * Add semantic versioning workflow with conventional commits ([13dbed7](13dbed7)) ### Bug Fixes * Preserve complete release history in wiki page updates ([85c8e31](85c8e31)) * Remove contributing section and update links in README ([9c17f5a](9c17f5a)) * Remove important notice from README and clean up formatting ([9eb1fd1](9eb1fd1)) * Update update_document to preserve datetime fields and ensure proper document replacement ([8e9f57e](8e9f57e)) * Use replace_one in update_document to ensure deleted fields are removed ([f7ea61f](f7ea61f)) ### Documentation * Add semantic versioning documentation and README updates ([a843509](a843509))
1 parent 6137b7c commit 6569f08

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [2.1.0](https://github.com/ChingEnLin/QueryPal/compare/v2.0.0...v2.1.0) (2025-09-01)
2+
3+
### Features
4+
5+
* Add semantic versioning workflow with conventional commits ([13dbed7](https://github.com/ChingEnLin/QueryPal/commit/13dbed7616a078b2cd2c27e16f8eef330ad6b264))
6+
7+
### Bug Fixes
8+
9+
* Preserve complete release history in wiki page updates ([85c8e31](https://github.com/ChingEnLin/QueryPal/commit/85c8e31d46b78d26915f91bdbcdbc9e366849669))
10+
* Remove contributing section and update links in README ([9c17f5a](https://github.com/ChingEnLin/QueryPal/commit/9c17f5aedfde60e44517603d9e80b42f7c920595))
11+
* Remove important notice from README and clean up formatting ([9eb1fd1](https://github.com/ChingEnLin/QueryPal/commit/9eb1fd180c585c1647af14c1dd951b13fa832183))
12+
* Update update_document to preserve datetime fields and ensure proper document replacement ([8e9f57e](https://github.com/ChingEnLin/QueryPal/commit/8e9f57e1e3d75f165d3e901daac31dc9cea1e629))
13+
* Use replace_one in update_document to ensure deleted fields are removed ([f7ea61f](https://github.com/ChingEnLin/QueryPal/commit/f7ea61f0b8b7749b280e75666cb2b11ea1cc5365))
14+
15+
### Documentation
16+
17+
* Add semantic versioning documentation and README updates ([a843509](https://github.com/ChingEnLin/QueryPal/commit/a843509674b7d25c1bf9bbbf417d90bf0ef3c54d))
18+
119
# Changelog
220

321
All notable changes to QueryPal will be documented in this file.
@@ -10,4 +28,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1028
## [2.0.0] - 2024-08-29
1129

1230
### Fixed
13-
- Update Docker entrypoint script to set default PORT and modify nginx configuration
31+
- Update Docker entrypoint script to set default PORT and modify nginx configuration

0 commit comments

Comments
 (0)