Skip to content

Commit 502803f

Browse files
author
Andreas Braun
committed
Update changelog for 1.0.1 release
1 parent 705ed45 commit 502803f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG-1.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ To generate a changelog summary since the last version, run
1515
1.0.x-dev
1616
---------
1717

18+
1.0.1 (2015-08-19)
19+
------------------
20+
21+
[#1211](https://github.com/doctrine/mongodb-odm/pull/1211) fixes a regression
22+
where running `count` returned the wrong count for the query.
23+
1824
1.0.0 (2015-08-18)
1925
------------------
2026

docs/en/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '1.0'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.0.0'
50+
release = '1.0.1'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.
@@ -192,4 +192,4 @@
192192
#latex_appendices = []
193193

194194
# If false, no module index is generated.
195-
#latex_use_modindex = True
195+
#latex_use_modindex = True

0 commit comments

Comments
 (0)