Skip to content

Commit e08ce5c

Browse files
bump v0.4.0
1 parent 892d343 commit e08ce5c

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Change Log
22
==========
33

4+
## [v0.4.0](https://github.com/brazanation/documents/tree/v0.3.0) (2016-09-28)
5+
[Full Changelog](https://github.com/brazanation/documents/compare/v0.3.0...v0.4.0)
6+
7+
**Implemented enhancements:**
8+
9+
- create CNS and CNS Temporary document [#21](https://github.com/brazanation/documents/pull/21) ([tonicospinelli](https://github.com/tonicospinelli))
10+
- choose calculator when calculateDigits is called [#21](https://github.com/brazanation/documents/pull/21) ([tonicospinelli](https://github.com/tonicospinelli))
11+
- segregate DocumentInterface into DigitCalculable and Formattable [#21](https://github.com/brazanation/documents/pull/21) ([tonicospinelli](https://github.com/tonicospinelli))
12+
13+
**Fixed bugs:**
14+
15+
**Closed issues:**
16+
17+
- missing CNS document [\#20](https://github.com/brazanation/documents/issues/16)
18+
19+
**Merged pull requests:**
20+
21+
- CNS document implemented [#21](https://github.com/brazanation/documents/pull/21)
22+
423
## [v0.3.0](https://github.com/brazanation/documents/tree/v0.3.0) (2016-08-29)
524
[Full Changelog](https://github.com/brazanation/documents/compare/v0.2.0...v0.3.0)
625

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install the library using [composer][1]. Add the following to your `composer.jso
1616
```json
1717
{
1818
"require": {
19-
"brazanation/documents": "0.3.*"
19+
"brazanation/documents": "0.4.*"
2020
}
2121
}
2222
```
@@ -30,7 +30,7 @@ $ composer.phar install
3030
or
3131

3232
```sh
33-
$ composer require brazanation/documents 0.3.*
33+
$ composer require brazanation/documents 0.4.*
3434
```
3535

3636
### CPF (cadastro de pessoas físicas)

0 commit comments

Comments
 (0)