Skip to content

Commit

Permalink
🔖(chore) bump to 2.12.0
Browse files Browse the repository at this point in the history
Added
- Add template name field into ContractDefinition edit view
  in the Back office application

Changed
- Prevent to index certificate verification page
- Update the model `Certificate` ordering to descending order
  on the field `issued_on`
  • Loading branch information
jbpenrath committed Dec 18, 2024
1 parent a7151b3 commit 141446d
Show file tree
Hide file tree
Showing 20 changed files with 775 additions and 403 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [2.12.0] - 2024-12-18

### Added

- Add template name field into ContractDefinition edit view
Expand Down Expand Up @@ -532,7 +534,8 @@ and this project adheres to
- First working version serving sellable micro-credentials for multiple
organizations synchronized to a remote catalog

[unreleased]: https://github.com/openfun/joanie/compare/v2.11.0...main
[unreleased]: https://github.com/openfun/joanie/compare/v2.12.0...main
[2.12.0]: https://github.com/openfun/joanie/compare/v2.11.0...v2.12.0
[2.11.0]: https://github.com/openfun/joanie/compare/v2.10.0...v2.11.0
[2.10.0]: https://github.com/openfun/joanie/compare/v2.9.2...v2.10.0
[2.9.2]: https://github.com/openfun/joanie/compare/v2.9.0...v2.9.2
Expand Down
2 changes: 1 addition & 1 deletion arnold.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# arnold.yml
metadata:
name: joanie
version: 2.11.0
version: 2.12.0
source:
path: src/tray
Binary file modified src/backend/locale/es_ES/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 141446d

Please sign in to comment.