Apache NimBLE 1.2.0 release
diff --git a/README.md b/README.md
index f6a6972..bbd17fc 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@
   - Support for up to 32 simultaneous connections.
   - Legacy and SC (secure connections) SMP support (pairing and bonding).
   - Advertising Extensions.
+  - Periodic Advertising.
   - Coded (aka Long Range) and 2M PHYs.
   - Bluetooth Mesh.
 
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9645c44..cda8fe2 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache NimBLE v1.0.0
+16 July 2019 - Apache NimBLE v1.2.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -10,17 +10,17 @@
 
 New features in this version of NimBLE include:
 
-* Initial version after moving to separate repo - https://github.com/apache/mynewt-nimble
-* removal of deprecated bletiny application (superseded by btshell)
-* Added NimBLE Porting Layer (NPL) which abstracts OS specific details to improve portability
-* Initial ports for FreeRTOS and RIOT OS
-* Support for advertising up to 1650 bytes of data with Extended Advertising
-* Support for host flow control
-* Support for Direct Test Mode (DTM) via HCI interface
-* Support for Device Information Service
-* Bugfixes for issues found on UPF59 and during BT certification testing
-* Lots of other bugfixes, minor enhancements and optimisations
-* Mesh improvements
+* Perdiodic Advertising support with up to 1650 bytes of data (scanner and advertiser)
+* Support for scan request notification in GAP API
+* Updated host qualification ID
+* Qualification related bugfixes
+* GAP API doxygen documentation update
+* BLE Mesh improvements - fixes and resync with latest Zephyr code
+* RIOT OS port fixes and improvements
+* btshell sample application improvements
+* improvements for bttester application
+* Controller duplicates filtering improvements
+* Memory and CPU usage optimizations in controller
 
 If working on next-generation RTOS and Bluetooth protocol stack
 sounds exciting to you, get in touch, by sending a mail to the Apache Mynewt
diff --git a/repository.yml b/repository.yml
index cd0006b..fa9357a 100644
--- a/repository.yml
+++ b/repository.yml
@@ -22,14 +22,16 @@
     "0.0.0": "master"
 
     "0-dev": "0.0.0"
-    "0-latest": "1.1.0"
-    "1-latest": "1.1.0"
+    "0-latest": "1.2.0"
+    "1-latest": "1.2.0"
 
     "1.0.0": "nimble_1_0_0_tag"
     "1.1.0": "nimble_1_1_0_tag"
+    "1.2.0": "nimble_1_2_0_tag"
 
     "1.0-latest": "1.0.0"
     "1.1-latest": "1.1.0"
+    "1.2-latest": "1.2.0"
 
 repo.newt_compatibility:
     0.0.0:
@@ -38,3 +40,5 @@
         1.1.0: good
     1.1.0:
         1.6.0: good
+    1.2.0:
+        1.7.0: good
diff --git a/version.yml b/version.yml
index 13e5152..df045e3 100644
--- a/version.yml
+++ b/version.yml
@@ -19,4 +19,4 @@
 
 # Newt uses this file to determine the version of a checked out repo.
 # This should always be 0.0.0 in the master branch.
-repo.version: 0.0.0
+repo.version: 1.2.0