Skip to content

Commit d7dd769

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 4ec25b7 + 26b240e commit d7dd769

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [v2.6.7] - 2023-11-04
2+
### :white_check_mark: Tests
3+
- [`bdd695b`](https://github.com/MongoCamp/mongodb-driver/commit/bdd695b956e30450be7a478539e4b5c3bf5b6852) - Added Java 21 to test *(commit by [@QuadStingray](https://github.com/QuadStingray))*
4+
5+
### :wrench: Chores
6+
- [`a679168`](https://github.com/MongoCamp/mongodb-driver/commit/a6791682e8d7cf780a46a8d42ef7170122be4bd3) - fix build pipeline *(commit by [@QuadStingray](https://github.com/QuadStingray))*
7+
- [`89484d4`](https://github.com/MongoCamp/mongodb-driver/commit/89484d41c613cbc65dd61320460d1da8125bb4ef) - update sbt to 1.9.7 *(commit by [@QuadStingray](https://github.com/QuadStingray))*
8+
9+
110
## [v2.6.5] - 2023-10-22
211
### :recycle: Refactors
312
- [`96203b8`](https://github.com/MongoCamp/mongodb-driver/commit/96203b88658b167bd30a3e006ca8a2aab89d0432) - GraalVm native configuration *(commit by [@QuadStingray](https://github.com/QuadStingray))*
@@ -164,4 +173,5 @@
164173
* **version:** prepare next release version ([637f262](https://github.com/MongoCamp/mongodb-driver/commit/637f2629256785e754047e605f47cb5abc148f8d))
165174

166175

167-
[v2.6.5]: https://github.com/MongoCamp/mongodb-driver/compare/v2.6.4...v2.6.5
176+
[v2.6.5]: https://github.com/MongoCamp/mongodb-driver/compare/v2.6.4...v2.6.5
177+
[v2.6.7]: https://github.com/MongoCamp/mongodb-driver/compare/v2.6.6...v2.6.7

docs/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"mongocamp": "2.6.6"}
1+
{"mongocamp": "v2.6.7"}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "mongodb-driver",
33
"organization" : "dev.mongocamp",
4-
"version" : "2.6.7",
4+
"version" : "2.6.8.snapshot",
55
"author" : "[email protected]",
66
"license" : "Apache-2.0",
77
"repository" : {

0 commit comments

Comments
 (0)