Skip to content

Commit b507e8b

Browse files
authored
INTMDB-171: [Atlas Go Client] Release a new version (#176)
1 parent 943e1c8 commit b507e8b

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
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.7.0
2-
since-tag=v0.6.0
1+
future-release=v0.7.1
2+
since-tag=v0.7.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v0.7.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.7.1) (January 27, 2021)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.7.0...v0.7.1)
6+
7+
**Closed issues:**
8+
9+
- Missing `components` in `CloudProviderSnapshotRestoreJob` [\#171](https://github.com/mongodb/go-client-mongodb-atlas/issues/171)
10+
11+
**Merged pull requests:**
12+
13+
- INTMDB-173: Update the path of AccessListAPIKeys service [\#178](https://github.com/mongodb/go-client-mongodb-atlas/pull/178) ([andreaangiolillo](https://github.com/andreaangiolillo))
14+
- INTMDB-158: changed field type to another object [\#177](https://github.com/mongodb/go-client-mongodb-atlas/pull/177) ([coderGo93](https://github.com/coderGo93))
15+
- Apply License header to source files [\#175](https://github.com/mongodb/go-client-mongodb-atlas/pull/175) ([gssbzn](https://github.com/gssbzn))
16+
- CLOUDP-81043: add Regionalized Private Endpoint Status to atlas go client [\#174](https://github.com/mongodb/go-client-mongodb-atlas/pull/174) ([andreaangiolillo](https://github.com/andreaangiolillo))
17+
- INTMDB-167: URL encode private enpoint ID [\#173](https://github.com/mongodb/go-client-mongodb-atlas/pull/173) ([andreaangiolillo](https://github.com/andreaangiolillo))
18+
- Add support for components in `CloudProviderSnapshotRestoreJob` [\#172](https://github.com/mongodb/go-client-mongodb-atlas/pull/172) ([Stovoy](https://github.com/Stovoy))
19+
- Add a helper method to group client options [\#170](https://github.com/mongodb/go-client-mongodb-atlas/pull/170) ([gssbzn](https://github.com/gssbzn))
20+
- INTMDB-165: Update connection strings for cluster [\#169](https://github.com/mongodb/go-client-mongodb-atlas/pull/169) ([gssbzn](https://github.com/gssbzn))
21+
- INTMDB-164: Update data lake to support new required fields for creation [\#168](https://github.com/mongodb/go-client-mongodb-atlas/pull/168) ([gssbzn](https://github.com/gssbzn))
22+
- CLOUDP-80413: \[go-client\] add service to get default mongodb major version [\#167](https://github.com/mongodb/go-client-mongodb-atlas/pull/167) ([gssbzn](https://github.com/gssbzn))
23+
324
## [v0.7.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.7.0) (January 12, 2021)
425

526
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.6.0...v0.7.0)
@@ -271,7 +292,5 @@
271292
- Chore: TravisCI integration [\#2](https://github.com/mongodb/go-client-mongodb-atlas/pull/2) ([marinsalinas](https://github.com/marinsalinas))
272293
- Cloud Provider Snapshot Restore Job Support [\#1](https://github.com/mongodb/go-client-mongodb-atlas/pull/1) ([PacoDw](https://github.com/PacoDw))
273294

274-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
275-
276295

277296
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

mongodbatlas/mongodbatlas.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ const (
4141
plainMediaType = "text/plain"
4242
gzipMediaType = "application/gzip"
4343
libraryName = "go-mongodbatlas"
44-
// Version the version of the current API client
45-
Version = "0.7.0" // Should be set to the next version planned to be released
44+
// Version the version of the current API client. Should be set to the next version planned to be released
45+
Version = "0.7.1"
4646
)
4747

4848
var (

0 commit comments

Comments
 (0)