Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ php-library = "MongoDB PHP Library"

[constants]
php-library = "MongoDB PHP Library"
version = "2.0"
version = "2.1"
source-gh-branch = "v2.x"
full-version = "{+version+}.0"
extension-short = "PHP extension"
Expand Down
2 changes: 1 addition & 1 deletion source/includes/language-compatibility-table-php.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- PHP 7.3
- PHP 7.2

* - ext + lib 1.21 to 2.0
* - ext + lib 1.21 to 2.1
- ✓
- ✓
- ✓
Expand Down
5 changes: 3 additions & 2 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ What's New in 2.1
-----------------

.. important:: Breaking Changes

The {+library-short+} v2.1 release introduces the following breaking
changes:

- Drops support for {+mdb-server+} 4.0. The minimum supported {+mdb-server+} version is
4.2.
- Drops support for {+mdb-server+} 4.0. The minimum supported
{+mdb-server+} version is 4.2.

The {+library-short+} v2.1 release includes the following features,
improvements, and fixes:
Expand Down
Loading