8.1.3 release notes.
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a77b877..284a6e0 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -11,6 +11,25 @@
 * specific language governing permissions and limitations under the License.                                              *
 ***************************************************************************************************************************
 
+
+Release Notes - Juneau - Version 8.1.3
+
+** Bug
+    * [JUNEAU-169] - Dynamic annotations.
+    * [JUNEAU-170] - @RestMethod(name="*") doesn't always work.
+    * [JUNEAU-172] - @RestResource(debug=true) doesn't work if REST method not matched.
+    * [JUNEAU-173] - Undeprecate HttpClientBuilder convenience methods in RestClientBuilder.
+    * [JUNEAU-174] - Allow configuration properties to be set globally using system properties or env vars.
+    * [JUNEAU-176] - Race condition when parsing into array types.
+
+** New Feature
+    * [JUNEAU-175] - Execution statistics for REST methods.
+
+** Improvement
+    * [JUNEAU-154] - [PetStore] Add mock testing.
+    * [JUNEAU-177] - Allow REST methods at specific paths to be overridden by methods in child classes.
+    
+
 Release Notes - Juneau - Version 8.1.2
 
 ** Bug