Skip to content

Commit 25c8133

Browse files
committed
finalized for release
1 parent 8a690c1 commit 25c8133

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BCrypt Module for the ColdBox Framework [![Build Status](https://travis-ci.org/coldbox-modules/bcrypt.svg?branch=development)](https://travis-ci.org/coldbox-modules/bcrypt)
1+
# BCrypt Module for the ColdBox Framework [![Build Status](https://travis-ci.com/coldbox-modules/bcrypt.svg?branch=development)](https://travis-ci.com/coldbox-modules/bcrypt)
22

33
BCrypt's primary usage would be for the secure hashing of passwords. The hashing method provides a high level of security, but also makes it too slow use as a simple digest. It is also not reversible, and therefore is not suitable for encrypting transmission data.
44

box.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"BCrypt",
3-
"version":"3.1.0",
3+
"version":"3.0.1",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/bcrypt/@build.version@/[email protected]@.zip",
55
"author":"Ortus Solutions <[email protected]>",
66
"homepage":"https://github.com/coldbox-modules/bcrypt",

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
----
99

10+
## [3.0.1] => 2020-NOV-25
11+
12+
### Fixed
13+
14+
* @wpdebruin <[email protected]> - enabled `workfactor` to be used in `hashPassword()`
15+
16+
----
17+
1018
## [3.0.0] => 2020-NOV-1
1119

1220
### Added

0 commit comments

Comments
 (0)