diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0fffcdea2b..770b28b3639 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 0.14.1 (Feb 10 2016)
+
+#### Bugfixes
+
+Fix incorrectly rotated symbols along lines near tile boundries (#2062)
+Fix broken rendering when a fill layer follows certain symbol layers (#2092)
+
## 0.14.0 (Feb 8 2016)
#### Breaking Changes
diff --git a/README.md b/README.md
index 056f3c5a050..9fa41477d96 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ A WebGL JavaScript interactive maps library that can render [Mapbox Vector Tiles
Include the source via HTML tags:
```html
-
-
+
+
```
For more information, see the [API documentation](https://www.mapbox.com/mapbox-gl-js/api/) and [examples](https://www.mapbox.com/mapbox-gl-js/examples/).
diff --git a/_config.mb-pages.yml b/_config.mb-pages.yml
index 4ce0e763f47..5eb1e7d51fb 100755
--- a/_config.mb-pages.yml
+++ b/_config.mb-pages.yml
@@ -6,7 +6,7 @@ permalink: /:categories/:title
baseurl: /mapbox-gl-js
highlighter: pygments
excerpt_separator: ""
-version: v0.14.0
+version: v0.14.1
rdiscount:
extensions: [smart]
exclude: [dist]
diff --git a/_config.yml b/_config.yml
index f5b1c1bd122..34e3ab19828 100755
--- a/_config.yml
+++ b/_config.yml
@@ -6,7 +6,7 @@ permalink: /:categories/:title
baseurl: /mapbox-gl-js
highlighter: pygments
excerpt_separator: ""
-version: v0.14.0
+version: v0.14.1
mapboxglbase: /mapbox-gl-js/dist
rdiscount:
extensions: [smart]
diff --git a/bench/fps/site.js b/bench/fps/site.js
index 482aac986de..45c1999788c 100644
--- a/bench/fps/site.js
+++ b/bench/fps/site.js
@@ -1,7 +1,7 @@
var urls = [
- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.0/mapbox-gl.js',
+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.1/mapbox-gl.js',
'/dist/mapbox-gl.js',
- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.0/mapbox-gl.js',
+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.1/mapbox-gl.js',
'/dist/mapbox-gl.js'
];
diff --git a/package.json b/package.json
index ea910f7b31f..8034085baab 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
- "version": "0.14.0",
+ "version": "0.14.1",
"main": "js/mapbox-gl.js",
"license": "BSD-3-Clause",
"repository": {