Skip to content

Commit 1775be6

Browse files
authored
Merge pull request doctrine#1590 from alcaeus/prepare-1.1.5
Prepare 1.1.5 release
2 parents 14672b9 + 6eb77a7 commit 1775be6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install:
3838
- sudo mongo-orchestration start
3939

4040
before_script:
41-
- curl -XPUT http://localhost:8889/v1/sharded_clusters/myCluster --data @tests/sharded.json | python -m json.tool
41+
- curl -XPUT http://localhost:8889/v1/sharded_clusters/myCluster --data @tests/sharded.json
4242
- composer self-update
4343
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then yes '' | pecl -q install -f mongo-${DRIVER_VERSION}; fi
4444
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then pecl install -f mongodb-${DRIVER_VERSION}; fi

CHANGELOG-1.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This changelog references the relevant changes done in 1.1 minor versions. If up
55
1.0.x branch, please review
66
[Upgrade Path](https://github.com/doctrine/mongodb-odm/blob/master/CHANGELOG-1.1.md#upgrade-path).
77

8+
1.1.5 (2017-05-13)
9+
------------------
10+
11+
All issues and pull requests in this release may be found under the
12+
[1.1.5 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.1.5).
13+
14+
* [#1588](https://github.com/doctrine/mongodb-odm/pull/1588) fixes field name translation for lock fields with a different name in the database.
15+
816
1.1.4 (2017-03-27)
917
------------------
1018

docs/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '1.1'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.1.4'
50+
release = '1.1.5'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

0 commit comments

Comments
 (0)