Skip to content

Commit 7316e68

Browse files
committed
3.0.1 :shipit:
1 parent f279428 commit 7316e68

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.0.1
2+
- Change of bank_name to bank_account_holder_name
3+
- Readd journal because although not required, it should still be possible to set
4+
- Add date to BaseEntryLine, which is parent for GeneralJournalEntryLine
5+
16
## 3.0.0
27
- Deprecating auto authorize due to changes to login flow by Exact. https://support.exactonline.com/community/s/knowledge-base#All-All-HNO-Concept-general-security-gen-auth-totpc
38
- Upgrade Ruby Version.

lib/elmas/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Elmas
44
class Version
55
MAJOR = 3
66
MINOR = 0
7-
PATCH = 0
7+
PATCH = 1
88

99
class << self
1010
def to_s

0 commit comments

Comments
 (0)