File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ ## [ v0.5.0] ( https://github.com/brazanation/documents/tree/v0.5.0 ) (2016-11-28)
5
+ [ Full Changelog] ( https://github.com/brazanation/documents/compare/v0.4.0...v0.5.0 )
6
+
7
+ ** Implemented enhancements:**
8
+
9
+ - create CTe, NFe, NFCe and MDFe documents [ #24 ] ( https://github.com/brazanation/documents/pull/24 ) ([ tonicospinelli] ( https://github.com/tonicospinelli ) )
10
+
11
+ ** Fixed bugs:**
12
+
13
+ ** Closed issues:**
14
+
15
+ - create specific SPED documents [ \# 23] ( https://github.com/brazanation/documents/issues/23 )
16
+
17
+ ** Merged pull requests:**
18
+
19
+ - create specific SPED documents [ #24 ] ( https://github.com/brazanation/documents/pull/24 )
20
+
4
21
## [ v0.4.0] ( https://github.com/brazanation/documents/tree/v0.3.0 ) (2016-09-28)
5
22
[ Full Changelog] ( https://github.com/brazanation/documents/compare/v0.3.0...v0.4.0 )
6
23
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Install the library using [composer][1]. Add the following to your `composer.jso
16
16
``` json
17
17
{
18
18
"require" : {
19
- "brazanation/documents" : " 0.4 .*"
19
+ "brazanation/documents" : " 0.5 .*"
20
20
}
21
21
}
22
22
```
@@ -30,7 +30,7 @@ $ composer.phar install
30
30
or
31
31
32
32
``` sh
33
- $ composer require brazanation/documents 0.4 .*
33
+ $ composer require brazanation/documents 0.5 .*
34
34
```
35
35
36
36
### CPF (cadastro de pessoas físicas)
You can’t perform that action at this time.
0 commit comments