SELECT b.title, p.date FROM Book b JOIN Publisher p ON b.B_id = p.B_id WHERE p.date = '09-05-2024';