Skip to content

Commit

Permalink
Update README & Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nleeper committed Apr 12, 2021
1 parent 1b777d1 commit e67f454
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.4.1] - 2021-04-11
### Changed
- Bugfix on `StartOf("isoWeek") not correct on Sunday #38` from kesyn

## [1.4.0] - 2020-09-04
### Added
- Added MonthByNumber method to return the month name by number.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Go](https://github.com/nleeper/goment/workflows/Go/badge.svg)

# Goment
###### Current Version: 1.4.0
###### Current Version: 1.4.1
###### [Changelog](CHANGELOG.md)

Goment is a port of the popular Javascript datetime library [Moment.js](https://momentjs.com/). It follows the Moment.js API closely, with some changes to make it more Go-like (e.g. using nanoseconds instead of milliseconds).
Expand Down

0 comments on commit e67f454

Please sign in to comment.