diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a74bd92..0968feae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.7.9] - 2025-01-12 + +- Fixes for Spanish verb conjugations ## [1.7.8] - 2024-09-29 diff --git a/project.clj b/project.clj index 071dacc5b..0a4d28751 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject menard "1.7.9-SNAPSHOT" +(defproject menard "1.7.9" :description "A library for natural language generation and parsing" :url "http://github.com/ekoontz/menard" :license {:name "Eclipse Public License"