diff --git a/challenges/jquery.json b/challenges/jquery.json
index 976082a297..83ef132874 100644
--- a/challenges/jquery.json
+++ b/challenges/jquery.json
@@ -550,6 +550,7 @@
"jQuery also has a similar function called .text()
that only alters text without adding tags.",
"Change the button with id target4
by italicizing its text."
],
+ "releasedOn": "November 18, 2015",
"tests": [
"assert.isTrue((//gi).test($(\"#target4\").html()), 'Italicize the text in your target4
button by adding HTML tags.')",
"assert($(\"#target4\") && $(\"#target4\").text() === '#target4', 'Make sure the text is otherwise unchanged.')",