diff --git a/Release_Notes.md b/Release_Notes.md
new file mode 100644
index 0000000000000000000000000000000000000000..f756670c52a3895db38dc8b695ee0a4e07aef28e
--- /dev/null
+++ b/Release_Notes.md
@@ -0,0 +1,15 @@
+# Release notes version - 1 (12/08/2020)
+# Cluster Analysis
+
+This initial version creates the dataset, kmeans clustering, and resulting graphs to analize how our users are utilizing the cluster.
+
+Features included:
+- User input to choose date range of data to analyze
+- User input to choose min and max values for ReqMemCPU, AllocCPUS, and Elapsed
+- User input to choose how data is normalized: 0-1, log, or no normalization
+- User input to choose min and max x and y axes for 2D histogram graphs
+
+# Next Release Planned Features
+
+- data on job counts for each density spot in 2d histograms
+- summary statistics for each cluster in the form of the count of jobs and the count of users per cluster
\ No newline at end of file