diff --git a/CHANGELOG.md b/CHANGELOG.md index 455ffc3f..0072160e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - 2023-10-16 +## [Unreleased] - 2023-10-18 ### Added -* Translation to Armenian (`locale: hy`) in #240 (@JairTorres1003). ### Changed @@ -18,14 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Dependencies -* Bump cicirello/pyaction from 4.24.0 to 4.25.0 (which includes bumping Python to 3.12). ### CI/CD -* Bump Python to 3.12 in CI/CD workflows when running unit tests. ### Other +## [1.22.0] - 2023-10-18 + +### Added +* Translation to Armenian (`locale: hy`) in #240 (@JairTorres1003). + +### Dependencies +* Bump cicirello/pyaction from 4.24.0 to 4.25.0 (which includes bumping Python to 3.12). + +### CI/CD +* Bump Python to 3.12 in CI/CD workflows when running unit tests (@cicirello). + + ## [1.21.0] - 2023-10-04 ### Added diff --git a/README.md b/README.md index 38321ab3..c62a9e37 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ GitHub Action include the following: * Ability to generate separate SVGs for the individual categories of stats if you prefer. * Highly customizable (color themes, custom colors, section ordering, custom title). -* [International](#locale) with option to generate SVG in 29 [languages](#locale). +* [International](#locale) with option to generate SVG in 30 [languages](#locale). * Runs entirely here on GitHub. * Updates the SVG on a schedule of your choice (e.g., daily), rather than on-demand when someone views your profile, which has the following advantages: @@ -319,7 +319,7 @@ release that you wish to use, such as with the following: ```yml - name: Generate the user stats image - uses: cicirello/user-statistician@v1.21.0 + uses: cicirello/user-statistician@v1.22.0 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} ``` @@ -805,6 +805,7 @@ action will use the default of "en". The following locales are currently support | locale code | language | | :--- | :--- | +| hy | Armenian | | id | Bahasa Indonesia | | bn | Bengali | | nl | Dutch |