diff --git a/meeting-minutes/mm/20230208.md b/meeting-minutes/mm/20230208.md
new file mode 100644
index 0000000000000000000000000000000000000000..2ae6f032ee9f30d63fdb097c433822b85daab576
--- /dev/null
+++ b/meeting-minutes/mm/20230208.md
@@ -0,0 +1,29 @@
+# CS 346: Meeting Minutes
+
+|    Date    | Team # |
+|:----------:| :----: |
+| 2023-02-08 |  112   |
+
+**Present:** Abhay Menon, Inseo Kim, Hoang Dang, Guransh Khurana, Anshul Ruhil
+<br/>
+**Absent:**
+
+---
+
+## Agenda
+- Plan what the team will be doing for Sprint 112
+- Distribute tasks according to team member's preferences
+
+## Notes
+
+Work for Sprint 1 will be assigned as follows:
+- Abhay: Working on integrating the app as a whole to create a final product
+- Inseo: Create functionalities behind creating, deleting, and editing the app, which will be used by the UI team.
+- Hoang: Create the modal classes that the entire team will be using for note and folder interfaces.
+- Guransh and Anshul: Work on displaying the GUI to the user while editing or creating a new .txt or md file.
+
+## Decisions
+- The tasks will be distributed as mentioned above.
+
+## Actions
+- GitLab issues (that have already been created) have been assigned with appropriate priorities.
\ No newline at end of file
diff --git a/meeting-minutes/mm/20230212.md b/meeting-minutes/mm/20230212.md
new file mode 100644
index 0000000000000000000000000000000000000000..2d2dc5c46f638ef5f16f6421d4b070175ea27f6c
--- /dev/null
+++ b/meeting-minutes/mm/20230212.md
@@ -0,0 +1,26 @@
+# CS 346: Meeting Minutes
+
+|    Date    | Team # |
+|:----------:| :----: |
+| 2023-02-12 |  112   |
+
+**Present:** Abhay Menon, Inseo Kim
+<br/>
+**Absent:** Hoang Dang, Guransh Khurana, Anshul Ruhil
+
+---
+
+## Agenda
+- Fix the feature (created by Inseo) that does not pass the pipeline
+
+## Notes
+- Some tests created by Abhay does not give the expected results
+- Some of these tests were erroneous inputs, and the others were unexpected errors
+- These unexpected errors have been fixed (view `09fb2b97be7d3d4e8e2a4df9494672d18b2ec29a` and `968346ac53db632f0f38af2c209e22e91d932138`)
+
+## Decisions
+- No decisions have been made, code has been fixed to pass the pipeline
+
+## Actions
+- Code fixed to pass pipeline
+- Feature has been successfully merged to `main` branch
\ No newline at end of file
diff --git a/release-notes/1.0.0.md b/release-notes/1.0.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..2a2c853cbf4024674a5c0d56925c556eed30642d
--- /dev/null
+++ b/release-notes/1.0.0.md
@@ -0,0 +1,23 @@
+# Team 112's Notes Application (Release 1.0.0)
+> _Date: February 16, 2023_
+
+## What's New
+
+### From a Client's Perspective
+With the new release of Team 112’s notes application, a user can:
+- Create a new note through the command line
+- Type some text in the basic GUI to be saved
+- Use the toolbar/shortcuts to quit/save the file
+- Edit an existing file from the command line
+- Delete an existing file from the command line
+
+
+### From a Developer's Perspective
+- Added unit tests to test the error bounds and edge cases of the application using JUnit 5 (specifications as per the course requirements)
+- Added descriptive JDocs comments to significant code for easier documentation and code comprehension
+- Followed the MVC (Model-View-Controller) architectural pattern for developing the notes application
+- Created a GitLab events notifier into the team’s discord server to ping members for any changes caused by members in the repository
+
+## Bug Fixes
+None.
+