Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Nov 21, 2022
2 parents 9ec3532 + 6a88a88 commit fe148ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"ColdBox Mail Services",
"version":"2.6.0",
"version":"2.6.1",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmailservices/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions.com <[email protected]",
"slug":"cbmailservices",
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

----

## [v2.6.1] => 2022-NOV-21

### Changed

* Less verbosity for the mail queue log

----

## [v2.6.0] => 2022-NOV-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion config/Scheduler.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ component {
log.error( "Error running mail services queue processing: #exception.message & exception.detail#", exception.stacktrace );
} )
.onSuccess( function( task, results ){
log.info( "Mail queue finished processing successfully: #task.getStats().toString()#" );
log.debug( "Mail queue finished processing successfully: #task.getStats().toString()#" );
} );
}

Expand Down

0 comments on commit fe148ff

Please sign in to comment.