Skip to content

Commit eb731fe

Browse files
task: release 0.10.1 prep (#235)
1 parent d4a5157 commit eb731fe

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-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.10.0
2-
since-tag=v0.9.0
1+
future-release=v0.10.1
2+
since-tag=v0.10.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v0.10.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.10.1) (July 09, 2021)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.10.0...v0.10.1)
6+
7+
**Breaking changes:**
8+
9+
- Renamed AdvancedRegionSpec to AdvancedReplicationSpec [\#230](https://github.com/mongodb/go-client-mongodb-atlas/pull/230) ([andreaangiolillo](https://github.com/andreaangiolillo))
10+
11+
**Merged pull requests:**
12+
13+
- Bug: The atlas user create was calling the wrong endpoint [\#234](https://github.com/mongodb/go-client-mongodb-atlas/pull/234) ([andreaangiolillo](https://github.com/andreaangiolillo))
14+
- Fix project invitation update [\#233](https://github.com/mongodb/go-client-mongodb-atlas/pull/233) ([andreaangiolillo](https://github.com/andreaangiolillo))
15+
- Fixed Invite New User endpoints for organizations and projects [\#232](https://github.com/mongodb/go-client-mongodb-atlas/pull/232) ([andreaangiolillo](https://github.com/andreaangiolillo))
16+
- task: release 0.10.0 prep [\#231](https://github.com/mongodb/go-client-mongodb-atlas/pull/231) ([andreaangiolillo](https://github.com/andreaangiolillo))
17+
318
## [v0.10.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.10.0) (June 30, 2021)
419

520
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.9.0...v0.10.0)

mongodbatlas/mongodbatlas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
gzipMediaType = "application/gzip"
4343
libraryName = "go-mongodbatlas"
4444
// Version the version of the current API client. Should be set to the next version planned to be released.
45-
Version = "0.10.0"
45+
Version = "0.10.1"
4646
)
4747

4848
var (

0 commit comments

Comments
 (0)