Skip to content

Commit

Permalink
bump version to 3.1.0 (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbraswell authored Jun 14, 2024
1 parent 9406a9a commit 0a01fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.6 (UNRELEASED)
## 3.1.0 (UNRELEASED)
* PHP 8.1 and higher are now required. PHP 8.0 is no longer supported.
* The `weekdays` filter parameter for the `GetSearchResults` API now accept a comma separated string (e.g. `weekdays=1,-2`) in addition to the standard array syntax.
* Updated the NAWS import functionality for use by NAWS when importing virtual meetings, by importing the virtual meeting fields and time zone, and allowing the address and city to be blank.
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
| or any other location as required by the application or its packages.
*/

'version' => env('APP_VERSION', '3.0.6'),
'version' => env('APP_VERSION', '3.1.0'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 0a01fa4

Please sign in to comment.