From 7692ad35e3ab59c3de22ef53cb2110474eb10494 Mon Sep 17 00:00:00 2001
From: Stockton Jenkins <jsjenkins4@wisc.edu>
Date: Thu, 20 Feb 2025 17:17:57 -0600
Subject: [PATCH] update README

---
 p2/README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/p2/README.md b/p2/README.md
index 3d4901d..24b0a05 100644
--- a/p2/README.md
+++ b/p2/README.md
@@ -22,6 +22,8 @@ Before starting, please review the [general project directions](../projects.md).
 
 ## Corrections/Clarifications
 
+### Update (Feb 11, 2024)
+
 Be sure that your installed `autobadger` is on version `0.1.3`. You can print the version using
 
 ```bash
@@ -30,6 +32,16 @@ autobadger --info
 
 See [projects.md](https://git.doit.wisc.edu/cdis/cs/courses/cs544/s25/main/-/blob/main/projects.md#testing) for more information.
 
+
+### Update (Feb 20, 2024)
+
+We updated `autobadger` to better handle load balancing for Q5 and make it less prone to breakage.
+
+It also was improved some of the error messaging surfaced back to the user.
+
+Be sure that your installed `autobadger` is on version `0.1.4`.
+
+
 ## Introduction
 
 You'll need to write code and Dockerfiles to start 5 containers like this:
-- 
GitLab