Skip to content

Commit

Permalink
Prepare v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-boudry committed Jun 16, 2023
1 parent 29c081a commit 83cd3a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ CHANGELOG
=========
All notable changes to this project will be documented in this file.

## [v4.4.1] - 2023-06-16
### Changed
- Fix #147. Command line crash when importing CondorcetElectionFormat file if PDO Sqlite is not available.

## [v4.4.0] - 2023-05-21

### Description
Expand Down
2 changes: 1 addition & 1 deletion src/Condorcet.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ abstract class Condorcet
final public const HOMEPAGE = 'https://github.com/julien-boudry/Condorcet';

#[PublicAPI]
final public const VERSION = '4.4.0';
final public const VERSION = '4.4.1';

#[PublicAPI]
final public const CONDORCET_BASIC_CLASS = Algo\Methods\CondorcetBasic::class;
Expand Down

0 comments on commit 83cd3a9

Please sign in to comment.