Commit 0924b070349284d8a705ad9ff2c70fbdb43e76bf

Golmote 2015-10-07T08:03:31

Release 1.2.0

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6325343..5e0fec2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # Prism Changelog
 
-## Unreleased
+## 1.2.0 (2015-10-07)
 
 ### New components
 
@@ -8,9 +8,15 @@
 
 ### Updated components
 
+* __ASP.NET__:
+	* Simplified pattern for `<script>` [[`29643f4`](https://github.com/PrismJS/prism/issues/29643f4)]
 * __Bash__:
 	* Fix regression in strings ([#792](https://github.com/PrismJS/prism/issues/792)) [[`bd275c2`](https://github.com/PrismJS/prism/commit/bd275c2)]
 	* Substantially reduce wrongly highlighted stuff ([#793](https://github.com/PrismJS/prism/issues/793)) [[`ac6fe2e`](https://github.com/PrismJS/prism/commit/ac6fe2e)]
+* __CSS__:
+	* Simplified pattern for `<style>` [[`29643f4`](https://github.com/PrismJS/prism/issues/29643f4)]
+* __JavaScript__:
+	* Simplified pattern for `<script>` [[`29643f4`](https://github.com/PrismJS/prism/issues/29643f4)]
 
 ### New plugins
 
@@ -24,6 +30,11 @@
 * __Previewer: Easing__
 	* Add support for Sass variables [[`7c7ab4e`](https://github.com/PrismJS/prism/commit/7c7ab4e)]
 
+### Other changes
+
+* Test runner: Allow to run tests for only some languages [[`5ade8a5`](https://github.com/PrismJS/prism/issues/5ade8a5)]
+* Download page: Fixed wrong components order raising error in generated file ([#797](https://github.com/PrismJS/prism/issues/787)) [[`7a6aed8`](https://github.com/PrismJS/prism/commit/7a6aed8)]
+
 ## 1.1.0 (2015-10-04)
 
 ### New components
diff --git a/package.json b/package.json
index 208d2a5..a4619fe 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "prismjs",
-  "version": "1.1.0",
+  "version": "1.2.0",
   "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
   "main": "prism.js",
   "scripts": {