Skip to content

Commit 8d5cd4f

Browse files
committed
Add changelog file
Signed-off-by: Ionut Mihalcea <[email protected]>
1 parent 8206ac8 commit 8d5cd4f

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
3+
## [0.4.0](https://github.com/parallaxsecond/parsec-se-driver/tree/0.4.0) (2020-10-20)
4+
5+
[Full Changelog](https://github.com/parallaxsecond/parsec-se-driver/compare/0.3.1...0.4.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Implement authenticator selection [\#11](https://github.com/parallaxsecond/parsec-se-driver/issues/11)
10+
11+
**Merged pull requests:**
12+
13+
- Update info after new Parsec version [\#15](https://github.com/parallaxsecond/parsec-se-driver/pull/15) ([hug-dev](https://github.com/hug-dev))
14+
- Use the latest client to select authentication [\#14](https://github.com/parallaxsecond/parsec-se-driver/pull/14) ([hug-dev](https://github.com/hug-dev))
15+
- Upgrade dependencies [\#12](https://github.com/parallaxsecond/parsec-se-driver/pull/12) ([hug-dev](https://github.com/hug-dev))
16+
17+
## [0.3.1](https://github.com/parallaxsecond/parsec-se-driver/tree/0.3.1) (2020-07-16)
18+
19+
[Full Changelog](https://github.com/parallaxsecond/parsec-se-driver/compare/0.3.0...0.3.1)
20+
21+
**Fixed bugs:**
22+
23+
- Replace init by try\_init to not panic [\#10](https://github.com/parallaxsecond/parsec-se-driver/pull/10) ([hug-dev](https://github.com/hug-dev))
24+
25+
## [0.3.0](https://github.com/parallaxsecond/parsec-se-driver/tree/0.3.0) (2020-07-15)
26+
27+
[Full Changelog](https://github.com/parallaxsecond/parsec-se-driver/compare/0.2.0...0.3.0)
28+
29+
**Implemented enhancements:**
30+
31+
- Create an agnostic variant of the SE driver that automatically routes to the most suitable provider [\#7](https://github.com/parallaxsecond/parsec-se-driver/issues/7)
32+
- Make the SE driver provider-agnostic [\#9](https://github.com/parallaxsecond/parsec-se-driver/pull/9) ([hug-dev](https://github.com/hug-dev))
33+
34+
## [0.2.0](https://github.com/parallaxsecond/parsec-se-driver/tree/0.2.0) (2020-07-02)
35+
36+
[Full Changelog](https://github.com/parallaxsecond/parsec-se-driver/compare/0.1.0...0.2.0)
37+
38+
**Implemented enhancements:**
39+
40+
- Import the newest client [\#8](https://github.com/parallaxsecond/parsec-se-driver/pull/8) ([hug-dev](https://github.com/hug-dev))
41+
- Add logging via env\_logger [\#5](https://github.com/parallaxsecond/parsec-se-driver/pull/5) ([hug-dev](https://github.com/hug-dev))
42+
43+
**Fixed bugs:**
44+
45+
- Use a specific commit compatible with 2.22.0 [\#6](https://github.com/parallaxsecond/parsec-se-driver/pull/6) ([hug-dev](https://github.com/hug-dev))
46+
47+
## [0.1.0](https://github.com/parallaxsecond/parsec-se-driver/tree/0.1.0) (2020-06-05)
48+
49+
[Full Changelog](https://github.com/parallaxsecond/parsec-se-driver/compare/fb3c581e9779613a4156e5df0f830005d2cee08d...0.1.0)
50+
51+
**Implemented enhancements:**
52+
53+
- Replace RSA with ECDSA in the CI test [\#4](https://github.com/parallaxsecond/parsec-se-driver/pull/4) ([hug-dev](https://github.com/hug-dev))
54+
- Add psa crypto [\#3](https://github.com/parallaxsecond/parsec-se-driver/pull/3) ([hug-dev](https://github.com/hug-dev))
55+
56+
**Merged pull requests:**
57+
58+
- Test if argument order change has an effect on linking [\#2](https://github.com/parallaxsecond/parsec-se-driver/pull/2) ([hug-dev](https://github.com/hug-dev))
59+
- Add prototype code [\#1](https://github.com/parallaxsecond/parsec-se-driver/pull/1) ([hug-dev](https://github.com/hug-dev))
60+
61+
62+
63+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)