Skip to content

Commit c743f1b

Browse files
authored
task: Release prep for 0.15.0 (#278)
1 parent daded9c commit c743f1b

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

.github_changelog_generator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
future-release=v0.14.0
2-
since-tag=v0.13.0
1+
future-release=v0.15.0
2+
since-tag=v0.14.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [v0.15.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.15.0) (February 09, 2022)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.14.0...v0.15.0)
6+
7+
**Merged pull requests:**
8+
9+
- feat: add the ability to refresh tokens [\#277](https://github.com/mongodb/go-client-mongodb-atlas/pull/277) ([gssbzn](https://github.com/gssbzn))
10+
- INTMDB-299: Added snapshot export bucket support [\#276](https://github.com/mongodb/go-client-mongodb-atlas/pull/276) ([abner-dou](https://github.com/abner-dou))
11+
- feat: add the ability to revoke tokens [\#275](https://github.com/mongodb/go-client-mongodb-atlas/pull/275) ([gssbzn](https://github.com/gssbzn))
12+
- CLOUDP-110641: Add device grant flow to atlas client [\#274](https://github.com/mongodb/go-client-mongodb-atlas/pull/274) ([gssbzn](https://github.com/gssbzn))
13+
- INTMDB-288: Added support for restore backup job [\#273](https://github.com/mongodb/go-client-mongodb-atlas/pull/273) ([abner-dou](https://github.com/abner-dou))
14+
- INTMDB-5: added parameter team name for alert configurations [\#272](https://github.com/mongodb/go-client-mongodb-atlas/pull/272) ([coderGo93](https://github.com/coderGo93))
15+
- INTMDB-263: Added Private\_link\_endpoint\_adl resource to go-client [\#271](https://github.com/mongodb/go-client-mongodb-atlas/pull/271) ([abner-dou](https://github.com/abner-dou))
16+
- INTMDB-276: Added parameter versionReleaseSystem in clusters [\#270](https://github.com/mongodb/go-client-mongodb-atlas/pull/270) ([coderGo93](https://github.com/coderGo93))
17+
- fix: fixes release smoke tests [\#269](https://github.com/mongodb/go-client-mongodb-atlas/pull/269) ([gssbzn](https://github.com/gssbzn))
18+
319
## [v0.14.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.14.0) (November 18, 2021)
420

521
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.13.0...v0.14.0)

mongodbatlas/mongodbatlas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const (
4141
gzipMediaType = "application/gzip"
4242
libraryName = "go-mongodbatlas"
4343
// Version the version of the current API client. Should be set to the next version planned to be released.
44-
Version = "0.14.0"
44+
Version = "0.15.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)